Search for Multi-Context Usage

What is Multi-Context Usage

  • A search is multi-context when you are requesting rates for all potential customers, for example, if you are a forward distributor. This is ideal for building a cache of rates.
  • Since you don't know the customer context yet (for example, your potential future customers may browse on mobile apps, mobile web, or desktop devices), you will fetch rates for all available contexts. In simple terms, you instruct, "give me rates sellable in all available contexts so that I can pick the right rates to serve once I know the customer".

Request example

  • Refer to the API reference to learn more about each search parameter.
{
  "criteria": {
    "propertyIds": [
      12157
    ],
    "checkInDate": "2026-12-03",
    "checkOutDate": "2026-12-04",
    "occupancy": {
      "roomCount": 2,
      "adultCount": 2,
      "childrenAges": [
        10
      ]
    },
    "currency": {
      "booking": "USD"
    },
    "locale": "en-us"
  },
  "allOffersContext": {
    "userContext": {
      "userCountries": ["US"]
    }
  },
  "features": {
    "maxOffersPerContext": 25,
    "extra": [
      "HOTEL_CONTENT",
      "ROOM_CONTENT",
      "RATE_DETAIL",
      "SURCHARGE_DETAIL",
      "CANCELLATION_DETAIL",
      "BENEFIT_DETAIL",
      "DAILY_RATE",
      "TAX_DETAIL",
      "PROMOTION_DETAIL",
      "CROSSEDOUT_DETAIL",
      "PER_ROOM_PER_NIGHT_RATE"
    ]
  }
}

Response example

  • Refer to the API reference to learn more about each response field.
{
    "meta": {
        "status": "SUCCESS"
    },
    "data": {
        "searchId": 8970166583914192588,
        "properties": [
            {
                "id": 12157,
                "currencies": {
                    "display": "USD",
                    "booking": "USD"
                },
                "rooms": [
                    {
                        "id": 3134584,
                        "parentId": 3134584,
                        "content": {
                            "name": {
                                "en-us": ""
                            }
                        },
                        "offers": [
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI8NH+AhACILoDKMyqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoICAIgASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CMqBeA==",
                                "remainingRoomCount": 8,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617126
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 2742.20,
                                                "exclusiveAmount": 2312.98,
                                                "tax": {
                                                    "amount": 429.22,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 363.08,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2807.08,
                                                    "savingAmount": 64.88
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 207.40,
                                                            "exclusiveAmount": 177.26,
                                                            "tax": {
                                                                "amount": 30.14
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 2742.20,
                                                    "exclusiveAmount": 2312.98,
                                                    "tax": {
                                                        "amount": 429.22,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 363.08,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2807.08,
                                                        "savingAmount": 64.88
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 207.40,
                                                                "exclusiveAmount": 177.26,
                                                                "tax": {
                                                                    "amount": 30.14
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1249.4,
                                                            "exclusiveAmount": 1067.86,
                                                            "tax": {
                                                                "amount": 181.54
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2498.80,
                                                            "exclusiveAmount": 2135.72,
                                                            "tax": {
                                                                "amount": 363.08
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2498.80,
                                                            "exclusiveAmount": 2135.72,
                                                            "tax": {
                                                                "amount": 363.08
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2742.20,
                                                            "exclusiveAmount": 2312.98,
                                                            "tax": {
                                                                "amount": 429.22
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2742.20,
                                                            "exclusiveAmount": 2312.98,
                                                            "tax": {
                                                                "amount": 429.22
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 2,
                                        "name": {
                                            "en-us": "Lunch"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM",
                                            "LOGGED_IN"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI8NH+AhACILoDKNCqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoICAIgASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CMqBeA==",
                                "remainingRoomCount": 8,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617128
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 2218.60,
                                                "exclusiveAmount": 1865.46,
                                                "tax": {
                                                    "amount": 353.14,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 292.82,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2807.08,
                                                    "savingAmount": 588.48
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 167.28,
                                                            "exclusiveAmount": 142.96,
                                                            "tax": {
                                                                "amount": 24.32
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 2218.60,
                                                    "exclusiveAmount": 1865.46,
                                                    "tax": {
                                                        "amount": 353.14,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 292.82,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2807.08,
                                                        "savingAmount": 588.48
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 167.28,
                                                                "exclusiveAmount": 142.96,
                                                                "tax": {
                                                                    "amount": 24.32
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1007.66,
                                                            "exclusiveAmount": 861.25,
                                                            "tax": {
                                                                "amount": 146.41
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2015.32,
                                                            "exclusiveAmount": 1722.50,
                                                            "tax": {
                                                                "amount": 292.82
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2015.32,
                                                            "exclusiveAmount": 1722.50,
                                                            "tax": {
                                                                "amount": 292.82
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2218.60,
                                                            "exclusiveAmount": 1865.46,
                                                            "tax": {
                                                                "amount": 353.14
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2218.60,
                                                            "exclusiveAmount": 1865.46,
                                                            "tax": {
                                                                "amount": 353.14
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM",
                                            "LOGGED_IN"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CigI8NH+AhACILoDKMjYSjACQAFKETdENTBQXzNEMTAwUF8xMDBQUJgFEgkIASICBA4qARQaCAgCIAEoAjABIgcIBBIBFBgE",
                                "token": "v1_CMqBeA==",
                                "remainingRoomCount": 8,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 611876
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 2392.18,
                                                "exclusiveAmount": 2013.82,
                                                "tax": {
                                                    "amount": 378.36,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 316.12,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2807.08,
                                                    "savingAmount": 414.90
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 180.58,
                                                            "exclusiveAmount": 154.34,
                                                            "tax": {
                                                                "amount": 26.24
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 2392.18,
                                                    "exclusiveAmount": 2013.82,
                                                    "tax": {
                                                        "amount": 378.36,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 316.12,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2807.08,
                                                        "savingAmount": 414.90
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 180.58,
                                                                "exclusiveAmount": 154.34,
                                                                "tax": {
                                                                    "amount": 26.24
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1087.8,
                                                            "exclusiveAmount": 929.74,
                                                            "tax": {
                                                                "amount": 158.06
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2175.60,
                                                            "exclusiveAmount": 1859.48,
                                                            "tax": {
                                                                "amount": 316.12
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D50P_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur a charge of 50% of the booking value. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "PERCENTAGE",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "PERCENTAGE",
                                                "value": 50.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1196.09,
                                                            "exclusiveAmount": 1006.91,
                                                            "tax": {
                                                                "amount": 189.18
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2392.18,
                                                            "exclusiveAmount": 2013.82,
                                                            "tax": {
                                                                "amount": 378.36
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2392.18,
                                                            "exclusiveAmount": 2013.82,
                                                            "tax": {
                                                                "amount": 378.36
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM",
                                            "LOGGED_IN"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI8NH+AhACILoDKNCqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoICAIgASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CMuBeA==",
                                "remainingRoomCount": 8,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617128
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 2218.60,
                                                "exclusiveAmount": 1865.46,
                                                "tax": {
                                                    "amount": 353.14,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 292.82,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2807.08,
                                                    "savingAmount": 588.48
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 167.28,
                                                            "exclusiveAmount": 142.96,
                                                            "tax": {
                                                                "amount": 24.32
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 2218.60,
                                                    "exclusiveAmount": 1865.46,
                                                    "tax": {
                                                        "amount": 353.14,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 292.82,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2807.08,
                                                        "savingAmount": 588.48
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 167.28,
                                                                "exclusiveAmount": 142.96,
                                                                "tax": {
                                                                    "amount": 24.32
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1007.66,
                                                            "exclusiveAmount": 861.25,
                                                            "tax": {
                                                                "amount": 146.41
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2015.32,
                                                            "exclusiveAmount": 1722.50,
                                                            "tax": {
                                                                "amount": 292.82
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2015.32,
                                                            "exclusiveAmount": 1722.50,
                                                            "tax": {
                                                                "amount": 292.82
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2218.60,
                                                            "exclusiveAmount": 1865.46,
                                                            "tax": {
                                                                "amount": 353.14
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2218.60,
                                                            "exclusiveAmount": 1865.46,
                                                            "tax": {
                                                                "amount": 353.14
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI8NH+AhACILoDKMyqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoICAIgASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CMuBeA==",
                                "remainingRoomCount": 8,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617126
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 2742.20,
                                                "exclusiveAmount": 2312.98,
                                                "tax": {
                                                    "amount": 429.22,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 363.08,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2807.08,
                                                    "savingAmount": 64.88
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 207.40,
                                                            "exclusiveAmount": 177.26,
                                                            "tax": {
                                                                "amount": 30.14
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 2742.20,
                                                    "exclusiveAmount": 2312.98,
                                                    "tax": {
                                                        "amount": 429.22,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 363.08,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2807.08,
                                                        "savingAmount": 64.88
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 207.40,
                                                                "exclusiveAmount": 177.26,
                                                                "tax": {
                                                                    "amount": 30.14
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1249.4,
                                                            "exclusiveAmount": 1067.86,
                                                            "tax": {
                                                                "amount": 181.54
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2498.80,
                                                            "exclusiveAmount": 2135.72,
                                                            "tax": {
                                                                "amount": 363.08
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2498.80,
                                                            "exclusiveAmount": 2135.72,
                                                            "tax": {
                                                                "amount": 363.08
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2742.20,
                                                            "exclusiveAmount": 2312.98,
                                                            "tax": {
                                                                "amount": 429.22
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2742.20,
                                                            "exclusiveAmount": 2312.98,
                                                            "tax": {
                                                                "amount": 429.22
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 2,
                                        "name": {
                                            "en-us": "Lunch"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CigI8NH+AhACILoDKMjYSjACQAFKETdENTBQXzNEMTAwUF8xMDBQUJgFEgkIASICBA4qARQaCAgCIAEoAjABIgcIBBIBFBgE",
                                "token": "v1_CMuBeA==",
                                "remainingRoomCount": 8,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 611876
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 2392.18,
                                                "exclusiveAmount": 2013.82,
                                                "tax": {
                                                    "amount": 378.36,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 316.12,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2807.08,
                                                    "savingAmount": 414.90
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 180.58,
                                                            "exclusiveAmount": 154.34,
                                                            "tax": {
                                                                "amount": 26.24
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 2392.18,
                                                    "exclusiveAmount": 2013.82,
                                                    "tax": {
                                                        "amount": 378.36,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 316.12,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2807.08,
                                                        "savingAmount": 414.90
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 180.58,
                                                                "exclusiveAmount": 154.34,
                                                                "tax": {
                                                                    "amount": 26.24
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1087.8,
                                                            "exclusiveAmount": 929.74,
                                                            "tax": {
                                                                "amount": 158.06
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2175.60,
                                                            "exclusiveAmount": 1859.48,
                                                            "tax": {
                                                                "amount": 316.12
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D50P_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur a charge of 50% of the booking value. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "PERCENTAGE",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "PERCENTAGE",
                                                "value": 50.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1196.09,
                                                            "exclusiveAmount": 1006.91,
                                                            "tax": {
                                                                "amount": 189.18
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2392.18,
                                                            "exclusiveAmount": 2013.82,
                                                            "tax": {
                                                                "amount": 378.36
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2392.18,
                                                            "exclusiveAmount": 2013.82,
                                                            "tax": {
                                                                "amount": 378.36
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CigI8NH+AhACILoDKMjYSjACQAFKETdENTBQXzNEMTAwUF8xMDBQUJgFEgkIASICBA4qARQaCAgCIAEoAjABIgcIBBIBFBgE",
                                "token": "v1_CM2BeA==",
                                "remainingRoomCount": 8,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 611876
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 2392.18,
                                                "exclusiveAmount": 2013.82,
                                                "tax": {
                                                    "amount": 378.36,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 316.12,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2807.08,
                                                    "savingAmount": 414.90
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 180.58,
                                                            "exclusiveAmount": 154.34,
                                                            "tax": {
                                                                "amount": 26.24
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 2392.18,
                                                    "exclusiveAmount": 2013.82,
                                                    "tax": {
                                                        "amount": 378.36,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 316.12,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2807.08,
                                                        "savingAmount": 414.90
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 180.58,
                                                                "exclusiveAmount": 154.34,
                                                                "tax": {
                                                                    "amount": 26.24
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1087.8,
                                                            "exclusiveAmount": 929.74,
                                                            "tax": {
                                                                "amount": 158.06
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2175.60,
                                                            "exclusiveAmount": 1859.48,
                                                            "tax": {
                                                                "amount": 316.12
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D50P_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur a charge of 50% of the booking value. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "PERCENTAGE",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "PERCENTAGE",
                                                "value": 50.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1196.09,
                                                            "exclusiveAmount": 1006.91,
                                                            "tax": {
                                                                "amount": 189.18
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2392.18,
                                                            "exclusiveAmount": 2013.82,
                                                            "tax": {
                                                                "amount": 378.36
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2392.18,
                                                            "exclusiveAmount": 2013.82,
                                                            "tax": {
                                                                "amount": 378.36
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "LOGGED_IN",
                                            "PREMIUM",
                                            "LOGGED_OUT"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI8NH+AhACILoDKMyqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoICAIgASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CM2BeA==",
                                "remainingRoomCount": 8,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617126
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 2742.20,
                                                "exclusiveAmount": 2312.98,
                                                "tax": {
                                                    "amount": 429.22,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 363.08,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2807.08,
                                                    "savingAmount": 64.88
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 207.40,
                                                            "exclusiveAmount": 177.26,
                                                            "tax": {
                                                                "amount": 30.14
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 2742.20,
                                                    "exclusiveAmount": 2312.98,
                                                    "tax": {
                                                        "amount": 429.22,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 363.08,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2807.08,
                                                        "savingAmount": 64.88
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 207.40,
                                                                "exclusiveAmount": 177.26,
                                                                "tax": {
                                                                    "amount": 30.14
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1249.4,
                                                            "exclusiveAmount": 1067.86,
                                                            "tax": {
                                                                "amount": 181.54
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2498.80,
                                                            "exclusiveAmount": 2135.72,
                                                            "tax": {
                                                                "amount": 363.08
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2498.80,
                                                            "exclusiveAmount": 2135.72,
                                                            "tax": {
                                                                "amount": 363.08
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2742.20,
                                                            "exclusiveAmount": 2312.98,
                                                            "tax": {
                                                                "amount": 429.22
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2742.20,
                                                            "exclusiveAmount": 2312.98,
                                                            "tax": {
                                                                "amount": 429.22
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 2,
                                        "name": {
                                            "en-us": "Lunch"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "LOGGED_IN",
                                            "PREMIUM",
                                            "LOGGED_OUT"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI8NH+AhACILoDKNCqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoICAIgASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CM2BeA==",
                                "remainingRoomCount": 8,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617128
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 2218.60,
                                                "exclusiveAmount": 1865.46,
                                                "tax": {
                                                    "amount": 353.14,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 292.82,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2807.08,
                                                    "savingAmount": 588.48
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 167.28,
                                                            "exclusiveAmount": 142.96,
                                                            "tax": {
                                                                "amount": 24.32
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 2218.60,
                                                    "exclusiveAmount": 1865.46,
                                                    "tax": {
                                                        "amount": 353.14,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 292.82,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2807.08,
                                                        "savingAmount": 588.48
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 167.28,
                                                                "exclusiveAmount": 142.96,
                                                                "tax": {
                                                                    "amount": 24.32
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1007.66,
                                                            "exclusiveAmount": 861.25,
                                                            "tax": {
                                                                "amount": 146.41
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2015.32,
                                                            "exclusiveAmount": 1722.50,
                                                            "tax": {
                                                                "amount": 292.82
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2015.32,
                                                            "exclusiveAmount": 1722.50,
                                                            "tax": {
                                                                "amount": 292.82
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2218.60,
                                                            "exclusiveAmount": 1865.46,
                                                            "tax": {
                                                                "amount": 353.14
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2218.60,
                                                            "exclusiveAmount": 1865.46,
                                                            "tax": {
                                                                "amount": 353.14
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "LOGGED_IN",
                                            "PREMIUM",
                                            "LOGGED_OUT"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            }
                        ]
                    },
                    {
                        "id": 3134583,
                        "parentId": 3134583,
                        "content": {
                            "name": {
                                "en-us": ""
                            }
                        },
                        "offers": [
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CigI7tH+AhACILoDKMjYSjACQAFKETdENTBQXzNEMTAwUF8xMDBQUJgFEgkIASICBA4qARQaCggCEAIgASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CMqBeA==",
                                "remainingRoomCount": 37,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 611876
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 1618.18,
                                                "exclusiveAmount": 1352.30,
                                                "tax": {
                                                    "amount": 265.88,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 212.26,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 1809.94,
                                                    "savingAmount": 191.76
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 121.26,
                                                            "exclusiveAmount": 103.64,
                                                            "tax": {
                                                                "amount": 17.62
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 1618.18,
                                                    "exclusiveAmount": 1352.30,
                                                    "tax": {
                                                        "amount": 265.88,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 212.26,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 1809.94,
                                                        "savingAmount": 191.76
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 121.26,
                                                                "exclusiveAmount": 103.64,
                                                                "tax": {
                                                                    "amount": 17.62
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 730.46,
                                                            "exclusiveAmount": 624.33,
                                                            "tax": {
                                                                "amount": 106.13
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1460.92,
                                                            "exclusiveAmount": 1248.66,
                                                            "tax": {
                                                                "amount": 212.26
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D50P_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur a charge of 50% of the booking value. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "PERCENTAGE",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "PERCENTAGE",
                                                "value": 50.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 809.09,
                                                            "exclusiveAmount": 676.15,
                                                            "tax": {
                                                                "amount": 132.94
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1618.18,
                                                            "exclusiveAmount": 1352.30,
                                                            "tax": {
                                                                "amount": 265.88
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1618.18,
                                                            "exclusiveAmount": 1352.30,
                                                            "tax": {
                                                                "amount": 265.88
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM",
                                            "LOGGED_IN"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI7tH+AhACILoDKNCqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoKCAIQAiABKAIwASIHCAQSARQYBA==",
                                "token": "v1_CMqBeA==",
                                "remainingRoomCount": 37,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617128
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 1433.20,
                                                "exclusiveAmount": 1194.20,
                                                "tax": {
                                                    "amount": 239.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 187.44,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 1809.94,
                                                    "savingAmount": 376.74
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 107.08,
                                                            "exclusiveAmount": 91.52,
                                                            "tax": {
                                                                "amount": 15.56
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 1433.20,
                                                    "exclusiveAmount": 1194.20,
                                                    "tax": {
                                                        "amount": 239.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 187.44,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 1809.94,
                                                        "savingAmount": 376.74
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 107.08,
                                                                "exclusiveAmount": 91.52,
                                                                "tax": {
                                                                    "amount": 15.56
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 645.06,
                                                            "exclusiveAmount": 551.34,
                                                            "tax": {
                                                                "amount": 93.72
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1290.12,
                                                            "exclusiveAmount": 1102.68,
                                                            "tax": {
                                                                "amount": 187.44
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1290.12,
                                                            "exclusiveAmount": 1102.68,
                                                            "tax": {
                                                                "amount": 187.44
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1433.20,
                                                            "exclusiveAmount": 1194.20,
                                                            "tax": {
                                                                "amount": 239.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1433.20,
                                                            "exclusiveAmount": 1194.20,
                                                            "tax": {
                                                                "amount": 239.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM",
                                            "LOGGED_IN"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI7tH+AhACILoDKMyqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoKCAIQAiABKAIwASIHCAQSARQYBA==",
                                "token": "v1_CMqBeA==",
                                "remainingRoomCount": 37,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617126
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 1990.94,
                                                "exclusiveAmount": 1670.90,
                                                "tax": {
                                                    "amount": 320.04,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 262.28,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2442.23,
                                                    "savingAmount": 451.29
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 149.82,
                                                            "exclusiveAmount": 128.06,
                                                            "tax": {
                                                                "amount": 21.76
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 1990.94,
                                                    "exclusiveAmount": 1670.90,
                                                    "tax": {
                                                        "amount": 320.04,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 262.28,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2442.23,
                                                        "savingAmount": 451.29
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 149.82,
                                                                "exclusiveAmount": 128.06,
                                                                "tax": {
                                                                    "amount": 21.76
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 902.56,
                                                            "exclusiveAmount": 771.42,
                                                            "tax": {
                                                                "amount": 131.14
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1805.12,
                                                            "exclusiveAmount": 1542.84,
                                                            "tax": {
                                                                "amount": 262.28
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1805.12,
                                                            "exclusiveAmount": 1542.84,
                                                            "tax": {
                                                                "amount": 262.28
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1990.94,
                                                            "exclusiveAmount": 1670.90,
                                                            "tax": {
                                                                "amount": 320.04
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1990.94,
                                                            "exclusiveAmount": 1670.90,
                                                            "tax": {
                                                                "amount": 320.04
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 2,
                                        "name": {
                                            "en-us": "Lunch"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM",
                                            "LOGGED_IN"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI7tH+AhACILoDKMyqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoKCAIQAiABKAIwASIHCAQSARQYBA==",
                                "token": "v1_CMuBeA==",
                                "remainingRoomCount": 37,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617126
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 1990.94,
                                                "exclusiveAmount": 1670.90,
                                                "tax": {
                                                    "amount": 320.04,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 262.28,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2442.23,
                                                    "savingAmount": 451.29
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 149.82,
                                                            "exclusiveAmount": 128.06,
                                                            "tax": {
                                                                "amount": 21.76
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 1990.94,
                                                    "exclusiveAmount": 1670.90,
                                                    "tax": {
                                                        "amount": 320.04,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 262.28,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2442.23,
                                                        "savingAmount": 451.29
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 149.82,
                                                                "exclusiveAmount": 128.06,
                                                                "tax": {
                                                                    "amount": 21.76
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 902.56,
                                                            "exclusiveAmount": 771.42,
                                                            "tax": {
                                                                "amount": 131.14
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1805.12,
                                                            "exclusiveAmount": 1542.84,
                                                            "tax": {
                                                                "amount": 262.28
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1805.12,
                                                            "exclusiveAmount": 1542.84,
                                                            "tax": {
                                                                "amount": 262.28
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1990.94,
                                                            "exclusiveAmount": 1670.90,
                                                            "tax": {
                                                                "amount": 320.04
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1990.94,
                                                            "exclusiveAmount": 1670.90,
                                                            "tax": {
                                                                "amount": 320.04
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 2,
                                        "name": {
                                            "en-us": "Lunch"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI7tH+AhACILoDKNCqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoKCAIQAiABKAIwASIHCAQSARQYBA==",
                                "token": "v1_CMuBeA==",
                                "remainingRoomCount": 37,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617128
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 1433.20,
                                                "exclusiveAmount": 1194.20,
                                                "tax": {
                                                    "amount": 239.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 187.44,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 1809.94,
                                                    "savingAmount": 376.74
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 107.08,
                                                            "exclusiveAmount": 91.52,
                                                            "tax": {
                                                                "amount": 15.56
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 1433.20,
                                                    "exclusiveAmount": 1194.20,
                                                    "tax": {
                                                        "amount": 239.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 187.44,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 1809.94,
                                                        "savingAmount": 376.74
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 107.08,
                                                                "exclusiveAmount": 91.52,
                                                                "tax": {
                                                                    "amount": 15.56
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 645.06,
                                                            "exclusiveAmount": 551.34,
                                                            "tax": {
                                                                "amount": 93.72
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1290.12,
                                                            "exclusiveAmount": 1102.68,
                                                            "tax": {
                                                                "amount": 187.44
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1290.12,
                                                            "exclusiveAmount": 1102.68,
                                                            "tax": {
                                                                "amount": 187.44
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1433.20,
                                                            "exclusiveAmount": 1194.20,
                                                            "tax": {
                                                                "amount": 239.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1433.20,
                                                            "exclusiveAmount": 1194.20,
                                                            "tax": {
                                                                "amount": 239.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CigI7tH+AhACILoDKMjYSjACQAFKETdENTBQXzNEMTAwUF8xMDBQUJgFEgkIASICBA4qARQaCggCEAIgASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CMuBeA==",
                                "remainingRoomCount": 37,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 611876
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 1618.18,
                                                "exclusiveAmount": 1352.30,
                                                "tax": {
                                                    "amount": 265.88,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 212.26,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 1809.94,
                                                    "savingAmount": 191.76
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 121.26,
                                                            "exclusiveAmount": 103.64,
                                                            "tax": {
                                                                "amount": 17.62
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 1618.18,
                                                    "exclusiveAmount": 1352.30,
                                                    "tax": {
                                                        "amount": 265.88,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 212.26,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 1809.94,
                                                        "savingAmount": 191.76
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 121.26,
                                                                "exclusiveAmount": 103.64,
                                                                "tax": {
                                                                    "amount": 17.62
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 730.46,
                                                            "exclusiveAmount": 624.33,
                                                            "tax": {
                                                                "amount": 106.13
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1460.92,
                                                            "exclusiveAmount": 1248.66,
                                                            "tax": {
                                                                "amount": 212.26
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D50P_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur a charge of 50% of the booking value. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "PERCENTAGE",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "PERCENTAGE",
                                                "value": 50.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 809.09,
                                                            "exclusiveAmount": 676.15,
                                                            "tax": {
                                                                "amount": 132.94
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1618.18,
                                                            "exclusiveAmount": 1352.30,
                                                            "tax": {
                                                                "amount": 265.88
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1618.18,
                                                            "exclusiveAmount": 1352.30,
                                                            "tax": {
                                                                "amount": 265.88
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI7tH+AhACILoDKMyqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoKCAIQAiABKAIwASIHCAQSARQYBA==",
                                "token": "v1_CM2BeA==",
                                "remainingRoomCount": 37,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617126
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 1990.94,
                                                "exclusiveAmount": 1670.90,
                                                "tax": {
                                                    "amount": 320.04,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 262.28,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2442.23,
                                                    "savingAmount": 451.29
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 149.82,
                                                            "exclusiveAmount": 128.06,
                                                            "tax": {
                                                                "amount": 21.76
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 1990.94,
                                                    "exclusiveAmount": 1670.90,
                                                    "tax": {
                                                        "amount": 320.04,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 262.28,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2442.23,
                                                        "savingAmount": 451.29
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 149.82,
                                                                "exclusiveAmount": 128.06,
                                                                "tax": {
                                                                    "amount": 21.76
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 902.56,
                                                            "exclusiveAmount": 771.42,
                                                            "tax": {
                                                                "amount": 131.14
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1805.12,
                                                            "exclusiveAmount": 1542.84,
                                                            "tax": {
                                                                "amount": 262.28
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1805.12,
                                                            "exclusiveAmount": 1542.84,
                                                            "tax": {
                                                                "amount": 262.28
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1990.94,
                                                            "exclusiveAmount": 1670.90,
                                                            "tax": {
                                                                "amount": 320.04
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1990.94,
                                                            "exclusiveAmount": 1670.90,
                                                            "tax": {
                                                                "amount": 320.04
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 2,
                                        "name": {
                                            "en-us": "Lunch"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "LOGGED_IN",
                                            "PREMIUM",
                                            "LOGGED_OUT"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CigI7tH+AhACILoDKMjYSjACQAFKETdENTBQXzNEMTAwUF8xMDBQUJgFEgkIASICBA4qARQaCggCEAIgASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CM2BeA==",
                                "remainingRoomCount": 37,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 611876
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 1618.18,
                                                "exclusiveAmount": 1352.30,
                                                "tax": {
                                                    "amount": 265.88,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 212.26,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 1809.94,
                                                    "savingAmount": 191.76
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 121.26,
                                                            "exclusiveAmount": 103.64,
                                                            "tax": {
                                                                "amount": 17.62
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 1618.18,
                                                    "exclusiveAmount": 1352.30,
                                                    "tax": {
                                                        "amount": 265.88,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 212.26,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 1809.94,
                                                        "savingAmount": 191.76
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 121.26,
                                                                "exclusiveAmount": 103.64,
                                                                "tax": {
                                                                    "amount": 17.62
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 730.46,
                                                            "exclusiveAmount": 624.33,
                                                            "tax": {
                                                                "amount": 106.13
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1460.92,
                                                            "exclusiveAmount": 1248.66,
                                                            "tax": {
                                                                "amount": 212.26
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D50P_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur a charge of 50% of the booking value. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "PERCENTAGE",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "PERCENTAGE",
                                                "value": 50.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 809.09,
                                                            "exclusiveAmount": 676.15,
                                                            "tax": {
                                                                "amount": 132.94
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1618.18,
                                                            "exclusiveAmount": 1352.30,
                                                            "tax": {
                                                                "amount": 265.88
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1618.18,
                                                            "exclusiveAmount": 1352.30,
                                                            "tax": {
                                                                "amount": 265.88
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "LOGGED_IN",
                                            "PREMIUM",
                                            "LOGGED_OUT"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI7tH+AhACILoDKNCqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoKCAIQAiABKAIwASIHCAQSARQYBA==",
                                "token": "v1_CM2BeA==",
                                "remainingRoomCount": 37,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617128
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 1433.20,
                                                "exclusiveAmount": 1194.20,
                                                "tax": {
                                                    "amount": 239.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 187.44,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 1809.94,
                                                    "savingAmount": 376.74
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 107.08,
                                                            "exclusiveAmount": 91.52,
                                                            "tax": {
                                                                "amount": 15.56
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 1433.20,
                                                    "exclusiveAmount": 1194.20,
                                                    "tax": {
                                                        "amount": 239.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 187.44,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 1809.94,
                                                        "savingAmount": 376.74
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 107.08,
                                                                "exclusiveAmount": 91.52,
                                                                "tax": {
                                                                    "amount": 15.56
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 645.06,
                                                            "exclusiveAmount": 551.34,
                                                            "tax": {
                                                                "amount": 93.72
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1290.12,
                                                            "exclusiveAmount": 1102.68,
                                                            "tax": {
                                                                "amount": 187.44
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1290.12,
                                                            "exclusiveAmount": 1102.68,
                                                            "tax": {
                                                                "amount": 187.44
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1433.20,
                                                            "exclusiveAmount": 1194.20,
                                                            "tax": {
                                                                "amount": 239.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1433.20,
                                                            "exclusiveAmount": 1194.20,
                                                            "tax": {
                                                                "amount": 239.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "LOGGED_IN",
                                            "PREMIUM",
                                            "LOGGED_OUT"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            }
                        ]
                    },
                    {
                        "id": 3134585,
                        "parentId": 3134585,
                        "content": {
                            "name": {
                                "en-us": ""
                            }
                        },
                        "offers": [
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI8tH+AhACILoDKNCqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoICAIgASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CMqBeA==",
                                "remainingRoomCount": 4,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617128
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 2303.98,
                                                "exclusiveAmount": 1938.44,
                                                "tax": {
                                                    "amount": 365.54,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 304.28,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2915.47,
                                                    "savingAmount": 611.49
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 173.82,
                                                            "exclusiveAmount": 148.56,
                                                            "tax": {
                                                                "amount": 25.26
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 2303.98,
                                                    "exclusiveAmount": 1938.44,
                                                    "tax": {
                                                        "amount": 365.54,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 304.28,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2915.47,
                                                        "savingAmount": 611.49
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 173.82,
                                                                "exclusiveAmount": 148.56,
                                                                "tax": {
                                                                    "amount": 25.26
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1047.08,
                                                            "exclusiveAmount": 894.94,
                                                            "tax": {
                                                                "amount": 152.14
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2094.16,
                                                            "exclusiveAmount": 1789.88,
                                                            "tax": {
                                                                "amount": 304.28
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2094.16,
                                                            "exclusiveAmount": 1789.88,
                                                            "tax": {
                                                                "amount": 304.28
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2303.98,
                                                            "exclusiveAmount": 1938.44,
                                                            "tax": {
                                                                "amount": 365.54
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2303.98,
                                                            "exclusiveAmount": 1938.44,
                                                            "tax": {
                                                                "amount": 365.54
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM",
                                            "LOGGED_IN"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CigI8tH+AhACILoDKMjYSjACQAFKETdENTBQXzNEMTAwUF8xMDBQUJgFEgkIASICBA4qARQaCAgCIAEoAjABIgcIBBIBFBgE",
                                "token": "v1_CMqBeA==",
                                "remainingRoomCount": 4,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 611876
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 2653.98,
                                                "exclusiveAmount": 2237.58,
                                                "tax": {
                                                    "amount": 416.40,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 351.24,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2915.47,
                                                    "savingAmount": 261.49
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 200.64,
                                                            "exclusiveAmount": 171.48,
                                                            "tax": {
                                                                "amount": 29.16
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 2653.98,
                                                    "exclusiveAmount": 2237.58,
                                                    "tax": {
                                                        "amount": 416.40,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 351.24,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2915.47,
                                                        "savingAmount": 261.49
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 200.64,
                                                                "exclusiveAmount": 171.48,
                                                                "tax": {
                                                                    "amount": 29.16
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1208.67,
                                                            "exclusiveAmount": 1033.05,
                                                            "tax": {
                                                                "amount": 175.62
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2417.34,
                                                            "exclusiveAmount": 2066.10,
                                                            "tax": {
                                                                "amount": 351.24
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D50P_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur a charge of 50% of the booking value. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "PERCENTAGE",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "PERCENTAGE",
                                                "value": 50.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1326.99,
                                                            "exclusiveAmount": 1118.79,
                                                            "tax": {
                                                                "amount": 208.20
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2653.98,
                                                            "exclusiveAmount": 2237.58,
                                                            "tax": {
                                                                "amount": 416.40
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2653.98,
                                                            "exclusiveAmount": 2237.58,
                                                            "tax": {
                                                                "amount": 416.40
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM",
                                            "LOGGED_IN"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI8tH+AhACILoDKMyqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoICAIgASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CMqBeA==",
                                "remainingRoomCount": 4,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617126
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 3354.00,
                                                "exclusiveAmount": 2835.90,
                                                "tax": {
                                                    "amount": 518.10,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 445.16,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 4119.94,
                                                    "savingAmount": 765.94
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 254.28,
                                                            "exclusiveAmount": 217.34,
                                                            "tax": {
                                                                "amount": 36.94
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 3354.00,
                                                    "exclusiveAmount": 2835.90,
                                                    "tax": {
                                                        "amount": 518.10,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 445.16,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 4119.94,
                                                        "savingAmount": 765.94
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 254.28,
                                                                "exclusiveAmount": 217.34,
                                                                "tax": {
                                                                    "amount": 36.94
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1531.86,
                                                            "exclusiveAmount": 1309.28,
                                                            "tax": {
                                                                "amount": 222.58
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 3063.72,
                                                            "exclusiveAmount": 2618.56,
                                                            "tax": {
                                                                "amount": 445.16
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 3063.72,
                                                            "exclusiveAmount": 2618.56,
                                                            "tax": {
                                                                "amount": 445.16
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 3354.00,
                                                            "exclusiveAmount": 2835.90,
                                                            "tax": {
                                                                "amount": 518.10
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 3354.00,
                                                            "exclusiveAmount": 2835.90,
                                                            "tax": {
                                                                "amount": 518.10
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 2,
                                        "name": {
                                            "en-us": "Lunch"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM",
                                            "LOGGED_IN"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CigI8tH+AhACILoDKMjYSjACQAFKETdENTBQXzNEMTAwUF8xMDBQUJgFEgkIASICBA4qARQaCAgCIAEoAjABIgcIBBIBFBgE",
                                "token": "v1_CMuBeA==",
                                "remainingRoomCount": 4,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 611876
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 2653.98,
                                                "exclusiveAmount": 2237.58,
                                                "tax": {
                                                    "amount": 416.40,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 351.24,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2915.47,
                                                    "savingAmount": 261.49
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 200.64,
                                                            "exclusiveAmount": 171.48,
                                                            "tax": {
                                                                "amount": 29.16
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 2653.98,
                                                    "exclusiveAmount": 2237.58,
                                                    "tax": {
                                                        "amount": 416.40,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 351.24,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2915.47,
                                                        "savingAmount": 261.49
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 200.64,
                                                                "exclusiveAmount": 171.48,
                                                                "tax": {
                                                                    "amount": 29.16
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1208.67,
                                                            "exclusiveAmount": 1033.05,
                                                            "tax": {
                                                                "amount": 175.62
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2417.34,
                                                            "exclusiveAmount": 2066.10,
                                                            "tax": {
                                                                "amount": 351.24
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D50P_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur a charge of 50% of the booking value. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "PERCENTAGE",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "PERCENTAGE",
                                                "value": 50.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1326.99,
                                                            "exclusiveAmount": 1118.79,
                                                            "tax": {
                                                                "amount": 208.20
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2653.98,
                                                            "exclusiveAmount": 2237.58,
                                                            "tax": {
                                                                "amount": 416.40
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2653.98,
                                                            "exclusiveAmount": 2237.58,
                                                            "tax": {
                                                                "amount": 416.40
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI8tH+AhACILoDKNCqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoICAIgASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CMuBeA==",
                                "remainingRoomCount": 4,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617128
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 2303.98,
                                                "exclusiveAmount": 1938.44,
                                                "tax": {
                                                    "amount": 365.54,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 304.28,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2915.47,
                                                    "savingAmount": 611.49
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 173.82,
                                                            "exclusiveAmount": 148.56,
                                                            "tax": {
                                                                "amount": 25.26
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 2303.98,
                                                    "exclusiveAmount": 1938.44,
                                                    "tax": {
                                                        "amount": 365.54,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 304.28,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2915.47,
                                                        "savingAmount": 611.49
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 173.82,
                                                                "exclusiveAmount": 148.56,
                                                                "tax": {
                                                                    "amount": 25.26
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1047.08,
                                                            "exclusiveAmount": 894.94,
                                                            "tax": {
                                                                "amount": 152.14
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2094.16,
                                                            "exclusiveAmount": 1789.88,
                                                            "tax": {
                                                                "amount": 304.28
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2094.16,
                                                            "exclusiveAmount": 1789.88,
                                                            "tax": {
                                                                "amount": 304.28
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2303.98,
                                                            "exclusiveAmount": 1938.44,
                                                            "tax": {
                                                                "amount": 365.54
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2303.98,
                                                            "exclusiveAmount": 1938.44,
                                                            "tax": {
                                                                "amount": 365.54
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI8tH+AhACILoDKMyqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoICAIgASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CMuBeA==",
                                "remainingRoomCount": 4,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617126
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 3354.00,
                                                "exclusiveAmount": 2835.90,
                                                "tax": {
                                                    "amount": 518.10,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 445.16,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 4119.94,
                                                    "savingAmount": 765.94
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 254.28,
                                                            "exclusiveAmount": 217.34,
                                                            "tax": {
                                                                "amount": 36.94
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 3354.00,
                                                    "exclusiveAmount": 2835.90,
                                                    "tax": {
                                                        "amount": 518.10,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 445.16,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 4119.94,
                                                        "savingAmount": 765.94
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 254.28,
                                                                "exclusiveAmount": 217.34,
                                                                "tax": {
                                                                    "amount": 36.94
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1531.86,
                                                            "exclusiveAmount": 1309.28,
                                                            "tax": {
                                                                "amount": 222.58
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 3063.72,
                                                            "exclusiveAmount": 2618.56,
                                                            "tax": {
                                                                "amount": 445.16
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 3063.72,
                                                            "exclusiveAmount": 2618.56,
                                                            "tax": {
                                                                "amount": 445.16
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 3354.00,
                                                            "exclusiveAmount": 2835.90,
                                                            "tax": {
                                                                "amount": 518.10
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 3354.00,
                                                            "exclusiveAmount": 2835.90,
                                                            "tax": {
                                                                "amount": 518.10
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 2,
                                        "name": {
                                            "en-us": "Lunch"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI8tH+AhACILoDKNCqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoICAIgASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CM2BeA==",
                                "remainingRoomCount": 4,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617128
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 2303.98,
                                                "exclusiveAmount": 1938.44,
                                                "tax": {
                                                    "amount": 365.54,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 304.28,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2915.47,
                                                    "savingAmount": 611.49
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 173.82,
                                                            "exclusiveAmount": 148.56,
                                                            "tax": {
                                                                "amount": 25.26
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 2303.98,
                                                    "exclusiveAmount": 1938.44,
                                                    "tax": {
                                                        "amount": 365.54,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 304.28,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2915.47,
                                                        "savingAmount": 611.49
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 173.82,
                                                                "exclusiveAmount": 148.56,
                                                                "tax": {
                                                                    "amount": 25.26
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1047.08,
                                                            "exclusiveAmount": 894.94,
                                                            "tax": {
                                                                "amount": 152.14
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2094.16,
                                                            "exclusiveAmount": 1789.88,
                                                            "tax": {
                                                                "amount": 304.28
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2094.16,
                                                            "exclusiveAmount": 1789.88,
                                                            "tax": {
                                                                "amount": 304.28
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2303.98,
                                                            "exclusiveAmount": 1938.44,
                                                            "tax": {
                                                                "amount": 365.54
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2303.98,
                                                            "exclusiveAmount": 1938.44,
                                                            "tax": {
                                                                "amount": 365.54
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "LOGGED_IN",
                                            "PREMIUM",
                                            "LOGGED_OUT"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI8tH+AhACILoDKMyqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoICAIgASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CM2BeA==",
                                "remainingRoomCount": 4,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617126
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 3354.00,
                                                "exclusiveAmount": 2835.90,
                                                "tax": {
                                                    "amount": 518.10,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 445.16,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 4119.94,
                                                    "savingAmount": 765.94
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 254.28,
                                                            "exclusiveAmount": 217.34,
                                                            "tax": {
                                                                "amount": 36.94
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 3354.00,
                                                    "exclusiveAmount": 2835.90,
                                                    "tax": {
                                                        "amount": 518.10,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 445.16,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 4119.94,
                                                        "savingAmount": 765.94
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 254.28,
                                                                "exclusiveAmount": 217.34,
                                                                "tax": {
                                                                    "amount": 36.94
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1531.86,
                                                            "exclusiveAmount": 1309.28,
                                                            "tax": {
                                                                "amount": 222.58
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 3063.72,
                                                            "exclusiveAmount": 2618.56,
                                                            "tax": {
                                                                "amount": 445.16
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 3063.72,
                                                            "exclusiveAmount": 2618.56,
                                                            "tax": {
                                                                "amount": 445.16
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 3354.00,
                                                            "exclusiveAmount": 2835.90,
                                                            "tax": {
                                                                "amount": 518.10
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 3354.00,
                                                            "exclusiveAmount": 2835.90,
                                                            "tax": {
                                                                "amount": 518.10
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 2,
                                        "name": {
                                            "en-us": "Lunch"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "LOGGED_IN",
                                            "PREMIUM",
                                            "LOGGED_OUT"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CigI8tH+AhACILoDKMjYSjACQAFKETdENTBQXzNEMTAwUF8xMDBQUJgFEgkIASICBA4qARQaCAgCIAEoAjABIgcIBBIBFBgE",
                                "token": "v1_CM2BeA==",
                                "remainingRoomCount": 4,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 611876
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 2653.98,
                                                "exclusiveAmount": 2237.58,
                                                "tax": {
                                                    "amount": 416.40,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 351.24,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2915.47,
                                                    "savingAmount": 261.49
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 200.64,
                                                            "exclusiveAmount": 171.48,
                                                            "tax": {
                                                                "amount": 29.16
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 2653.98,
                                                    "exclusiveAmount": 2237.58,
                                                    "tax": {
                                                        "amount": 416.40,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 351.24,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2915.47,
                                                        "savingAmount": 261.49
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 200.64,
                                                                "exclusiveAmount": 171.48,
                                                                "tax": {
                                                                    "amount": 29.16
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1208.67,
                                                            "exclusiveAmount": 1033.05,
                                                            "tax": {
                                                                "amount": 175.62
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2417.34,
                                                            "exclusiveAmount": 2066.10,
                                                            "tax": {
                                                                "amount": 351.24
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D50P_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur a charge of 50% of the booking value. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "PERCENTAGE",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "PERCENTAGE",
                                                "value": 50.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1326.99,
                                                            "exclusiveAmount": 1118.79,
                                                            "tax": {
                                                                "amount": 208.20
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2653.98,
                                                            "exclusiveAmount": 2237.58,
                                                            "tax": {
                                                                "amount": 416.40
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 2653.98,
                                                            "exclusiveAmount": 2237.58,
                                                            "tax": {
                                                                "amount": 416.40
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "LOGGED_IN",
                                            "PREMIUM",
                                            "LOGGED_OUT"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            }
                        ]
                    },
                    {
                        "id": 3134582,
                        "parentId": 3134582,
                        "content": {
                            "name": {
                                "en-us": ""
                            }
                        },
                        "offers": [
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI7NH+AhACILoDKNCqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoKCAIQAiABKAIwASIHCAQSARQYBA==",
                                "token": "v1_CMqBeA==",
                                "remainingRoomCount": 10,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617128
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 1245.38,
                                                "exclusiveAmount": 1033.66,
                                                "tax": {
                                                    "amount": 211.72,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 162.26,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 1571.48,
                                                    "savingAmount": 326.10
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 92.68,
                                                            "exclusiveAmount": 79.22,
                                                            "tax": {
                                                                "amount": 13.46
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 1245.38,
                                                    "exclusiveAmount": 1033.66,
                                                    "tax": {
                                                        "amount": 211.72,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 162.26,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 1571.48,
                                                        "savingAmount": 326.10
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 92.68,
                                                                "exclusiveAmount": 79.22,
                                                                "tax": {
                                                                    "amount": 13.46
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 558.35,
                                                            "exclusiveAmount": 477.22,
                                                            "tax": {
                                                                "amount": 81.13
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1116.70,
                                                            "exclusiveAmount": 954.44,
                                                            "tax": {
                                                                "amount": 162.26
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1116.70,
                                                            "exclusiveAmount": 954.44,
                                                            "tax": {
                                                                "amount": 162.26
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1245.38,
                                                            "exclusiveAmount": 1033.66,
                                                            "tax": {
                                                                "amount": 211.72
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1245.38,
                                                            "exclusiveAmount": 1033.66,
                                                            "tax": {
                                                                "amount": 211.72
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM",
                                            "LOGGED_IN"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CigI7NH+AhACILoDKMjYSjACQAFKETdENTBQXzNEMTAwUF8xMDBQUJgFEgkIASICBA4qARQaCggCEAIgASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CMqBeA==",
                                "remainingRoomCount": 10,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 611876
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 1433.20,
                                                "exclusiveAmount": 1194.20,
                                                "tax": {
                                                    "amount": 239.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 187.44,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 1571.48,
                                                    "savingAmount": 138.28
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 107.08,
                                                            "exclusiveAmount": 91.52,
                                                            "tax": {
                                                                "amount": 15.56
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 1433.20,
                                                    "exclusiveAmount": 1194.20,
                                                    "tax": {
                                                        "amount": 239.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 187.44,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 1571.48,
                                                        "savingAmount": 138.28
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 107.08,
                                                                "exclusiveAmount": 91.52,
                                                                "tax": {
                                                                    "amount": 15.56
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 645.06,
                                                            "exclusiveAmount": 551.34,
                                                            "tax": {
                                                                "amount": 93.72
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1290.12,
                                                            "exclusiveAmount": 1102.68,
                                                            "tax": {
                                                                "amount": 187.44
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D50P_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur a charge of 50% of the booking value. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "PERCENTAGE",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "PERCENTAGE",
                                                "value": 50.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 716.60,
                                                            "exclusiveAmount": 597.10,
                                                            "tax": {
                                                                "amount": 119.50
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1433.20,
                                                            "exclusiveAmount": 1194.20,
                                                            "tax": {
                                                                "amount": 239.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1433.20,
                                                            "exclusiveAmount": 1194.20,
                                                            "tax": {
                                                                "amount": 239.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM",
                                            "LOGGED_IN"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI7NH+AhACILoDKMyqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoKCAIQAiABKAIwASIHCAQSARQYBA==",
                                "token": "v1_CMqBeA==",
                                "remainingRoomCount": 10,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617126
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 1805.98,
                                                "exclusiveAmount": 1512.80,
                                                "tax": {
                                                    "amount": 293.18,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 237.48,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2214.58,
                                                    "savingAmount": 408.60
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 135.64,
                                                            "exclusiveAmount": 115.94,
                                                            "tax": {
                                                                "amount": 19.70
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 1805.98,
                                                    "exclusiveAmount": 1512.80,
                                                    "tax": {
                                                        "amount": 293.18,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 237.48,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2214.58,
                                                        "savingAmount": 408.60
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 135.64,
                                                                "exclusiveAmount": 115.94,
                                                                "tax": {
                                                                    "amount": 19.70
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 817.17,
                                                            "exclusiveAmount": 698.43,
                                                            "tax": {
                                                                "amount": 118.74
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1634.34,
                                                            "exclusiveAmount": 1396.86,
                                                            "tax": {
                                                                "amount": 237.48
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1634.34,
                                                            "exclusiveAmount": 1396.86,
                                                            "tax": {
                                                                "amount": 237.48
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1805.98,
                                                            "exclusiveAmount": 1512.80,
                                                            "tax": {
                                                                "amount": 293.18
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1805.98,
                                                            "exclusiveAmount": 1512.80,
                                                            "tax": {
                                                                "amount": 293.18
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 2,
                                        "name": {
                                            "en-us": "Lunch"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM",
                                            "LOGGED_IN"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CigI7NH+AhACILoDKMjYSjACQAFKETdENTBQXzNEMTAwUF8xMDBQUJgFEgkIASICBA4qARQaCggCEAIgASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CMuBeA==",
                                "remainingRoomCount": 10,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 611876
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 1433.20,
                                                "exclusiveAmount": 1194.20,
                                                "tax": {
                                                    "amount": 239.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 187.44,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 1571.48,
                                                    "savingAmount": 138.28
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 107.08,
                                                            "exclusiveAmount": 91.52,
                                                            "tax": {
                                                                "amount": 15.56
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 1433.20,
                                                    "exclusiveAmount": 1194.20,
                                                    "tax": {
                                                        "amount": 239.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 187.44,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 1571.48,
                                                        "savingAmount": 138.28
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 107.08,
                                                                "exclusiveAmount": 91.52,
                                                                "tax": {
                                                                    "amount": 15.56
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 645.06,
                                                            "exclusiveAmount": 551.34,
                                                            "tax": {
                                                                "amount": 93.72
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1290.12,
                                                            "exclusiveAmount": 1102.68,
                                                            "tax": {
                                                                "amount": 187.44
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D50P_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur a charge of 50% of the booking value. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "PERCENTAGE",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "PERCENTAGE",
                                                "value": 50.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 716.60,
                                                            "exclusiveAmount": 597.10,
                                                            "tax": {
                                                                "amount": 119.50
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1433.20,
                                                            "exclusiveAmount": 1194.20,
                                                            "tax": {
                                                                "amount": 239.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1433.20,
                                                            "exclusiveAmount": 1194.20,
                                                            "tax": {
                                                                "amount": 239.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI7NH+AhACILoDKMyqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoKCAIQAiABKAIwASIHCAQSARQYBA==",
                                "token": "v1_CMuBeA==",
                                "remainingRoomCount": 10,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617126
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 1805.98,
                                                "exclusiveAmount": 1512.80,
                                                "tax": {
                                                    "amount": 293.18,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 237.48,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2214.58,
                                                    "savingAmount": 408.60
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 135.64,
                                                            "exclusiveAmount": 115.94,
                                                            "tax": {
                                                                "amount": 19.70
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 1805.98,
                                                    "exclusiveAmount": 1512.80,
                                                    "tax": {
                                                        "amount": 293.18,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 237.48,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2214.58,
                                                        "savingAmount": 408.60
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 135.64,
                                                                "exclusiveAmount": 115.94,
                                                                "tax": {
                                                                    "amount": 19.70
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 817.17,
                                                            "exclusiveAmount": 698.43,
                                                            "tax": {
                                                                "amount": 118.74
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1634.34,
                                                            "exclusiveAmount": 1396.86,
                                                            "tax": {
                                                                "amount": 237.48
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1634.34,
                                                            "exclusiveAmount": 1396.86,
                                                            "tax": {
                                                                "amount": 237.48
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1805.98,
                                                            "exclusiveAmount": 1512.80,
                                                            "tax": {
                                                                "amount": 293.18
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1805.98,
                                                            "exclusiveAmount": 1512.80,
                                                            "tax": {
                                                                "amount": 293.18
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 2,
                                        "name": {
                                            "en-us": "Lunch"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI7NH+AhACILoDKNCqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoKCAIQAiABKAIwASIHCAQSARQYBA==",
                                "token": "v1_CMuBeA==",
                                "remainingRoomCount": 10,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617128
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 1245.38,
                                                "exclusiveAmount": 1033.66,
                                                "tax": {
                                                    "amount": 211.72,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 162.26,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 1571.48,
                                                    "savingAmount": 326.10
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 92.68,
                                                            "exclusiveAmount": 79.22,
                                                            "tax": {
                                                                "amount": 13.46
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 1245.38,
                                                    "exclusiveAmount": 1033.66,
                                                    "tax": {
                                                        "amount": 211.72,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 162.26,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 1571.48,
                                                        "savingAmount": 326.10
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 92.68,
                                                                "exclusiveAmount": 79.22,
                                                                "tax": {
                                                                    "amount": 13.46
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 558.35,
                                                            "exclusiveAmount": 477.22,
                                                            "tax": {
                                                                "amount": 81.13
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1116.70,
                                                            "exclusiveAmount": 954.44,
                                                            "tax": {
                                                                "amount": 162.26
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1116.70,
                                                            "exclusiveAmount": 954.44,
                                                            "tax": {
                                                                "amount": 162.26
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1245.38,
                                                            "exclusiveAmount": 1033.66,
                                                            "tax": {
                                                                "amount": 211.72
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1245.38,
                                                            "exclusiveAmount": 1033.66,
                                                            "tax": {
                                                                "amount": 211.72
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "PREMIUM"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI7NH+AhACILoDKNCqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoKCAIQAiABKAIwASIHCAQSARQYBA==",
                                "token": "v1_CM2BeA==",
                                "remainingRoomCount": 10,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617128
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 1245.38,
                                                "exclusiveAmount": 1033.66,
                                                "tax": {
                                                    "amount": 211.72,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 162.26,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 1571.48,
                                                    "savingAmount": 326.10
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 92.68,
                                                            "exclusiveAmount": 79.22,
                                                            "tax": {
                                                                "amount": 13.46
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 1245.38,
                                                    "exclusiveAmount": 1033.66,
                                                    "tax": {
                                                        "amount": 211.72,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 162.26,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 1571.48,
                                                        "savingAmount": 326.10
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 92.68,
                                                                "exclusiveAmount": 79.22,
                                                                "tax": {
                                                                    "amount": 13.46
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 558.35,
                                                            "exclusiveAmount": 477.22,
                                                            "tax": {
                                                                "amount": 81.13
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1116.70,
                                                            "exclusiveAmount": 954.44,
                                                            "tax": {
                                                                "amount": 162.26
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1116.70,
                                                            "exclusiveAmount": 954.44,
                                                            "tax": {
                                                                "amount": 162.26
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1245.38,
                                                            "exclusiveAmount": 1033.66,
                                                            "tax": {
                                                                "amount": 211.72
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1245.38,
                                                            "exclusiveAmount": 1033.66,
                                                            "tax": {
                                                                "amount": 211.72
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "LOGGED_IN",
                                            "PREMIUM",
                                            "LOGGED_OUT"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI7NH+AhACILoDKMyqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoKCAIQAiABKAIwASIHCAQSARQYBA==",
                                "token": "v1_CM2BeA==",
                                "remainingRoomCount": 10,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617126
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 1805.98,
                                                "exclusiveAmount": 1512.80,
                                                "tax": {
                                                    "amount": 293.18,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 237.48,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2214.58,
                                                    "savingAmount": 408.60
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 135.64,
                                                            "exclusiveAmount": 115.94,
                                                            "tax": {
                                                                "amount": 19.70
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 1805.98,
                                                    "exclusiveAmount": 1512.80,
                                                    "tax": {
                                                        "amount": 293.18,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 237.48,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2214.58,
                                                        "savingAmount": 408.60
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 135.64,
                                                                "exclusiveAmount": 115.94,
                                                                "tax": {
                                                                    "amount": 19.70
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 817.17,
                                                            "exclusiveAmount": 698.43,
                                                            "tax": {
                                                                "amount": 118.74
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1634.34,
                                                            "exclusiveAmount": 1396.86,
                                                            "tax": {
                                                                "amount": 237.48
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1634.34,
                                                            "exclusiveAmount": 1396.86,
                                                            "tax": {
                                                                "amount": 237.48
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1805.98,
                                                            "exclusiveAmount": 1512.80,
                                                            "tax": {
                                                                "amount": 293.18
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1805.98,
                                                            "exclusiveAmount": 1512.80,
                                                            "tax": {
                                                                "amount": 293.18
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 2,
                                        "name": {
                                            "en-us": "Lunch"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "LOGGED_IN",
                                            "PREMIUM",
                                            "LOGGED_OUT"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CigI7NH+AhACILoDKMjYSjACQAFKETdENTBQXzNEMTAwUF8xMDBQUJgFEgkIASICBA4qARQaCggCEAIgASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CM2BeA==",
                                "remainingRoomCount": 10,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 611876
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 1433.20,
                                                "exclusiveAmount": 1194.20,
                                                "tax": {
                                                    "amount": 239.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 187.44,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 1571.48,
                                                    "savingAmount": 138.28
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 107.08,
                                                            "exclusiveAmount": 91.52,
                                                            "tax": {
                                                                "amount": 15.56
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 1433.20,
                                                    "exclusiveAmount": 1194.20,
                                                    "tax": {
                                                        "amount": 239.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 187.44,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 1571.48,
                                                        "savingAmount": 138.28
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 107.08,
                                                                "exclusiveAmount": 91.52,
                                                                "tax": {
                                                                    "amount": 15.56
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 645.06,
                                                            "exclusiveAmount": 551.34,
                                                            "tax": {
                                                                "amount": 93.72
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1290.12,
                                                            "exclusiveAmount": 1102.68,
                                                            "tax": {
                                                                "amount": 187.44
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D50P_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur a charge of 50% of the booking value. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "PERCENTAGE",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "PERCENTAGE",
                                                "value": 50.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 716.60,
                                                            "exclusiveAmount": 597.10,
                                                            "tax": {
                                                                "amount": 119.50
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1433.20,
                                                            "exclusiveAmount": 1194.20,
                                                            "tax": {
                                                                "amount": 239.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1433.20,
                                                            "exclusiveAmount": 1194.20,
                                                            "tax": {
                                                                "amount": 239.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "LOGGED_IN",
                                            "PREMIUM",
                                            "LOGGED_OUT"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            }
                        ]
                    }
                ]
            }
        ],
        "definitions": {
            "surcharges": [
                {
                    "id": 460,
                    "name": {
                        "en-us": "Green Tax"
                    }
                },
                {
                    "id": 462,
                    "name": {
                        "en-us": "Service Charge"
                    }
                }
            ],
            "taxes": [
                {
                    "id": 1,
                    "name": {
                        "en-us": "Sales tax"
                    }
                }
            ],
            "fees": [
                {
                    "id": 2,
                    "name": {
                        "en-us": "Fee"
                    }
                }
            ],
            "promotions": []
        }
    }
}

Did this page help you?