Search

You can perform searches using the propertyIDs to get the data you need. The DOCS tab on the Search Playground provides more details.

Note: We do not support searches by location and region.

See it Live

Use the samples provided here and perform live searches on the Search Playground. For list a list of valid sample properties, refer to the Schema and Docs page.

Schema - getPropertiesByIds

type SearchCriteriaByIdsInput: {
    propertyIds: [Integer]
    occupancies: [Occupancy]
    filterBy: [RoomRateFilter]		
}

This operation allows you to search for property rates and availability based on the specified propertyIds.

The propertyIds field is mandatory. If it is missing, an error code 1081 is thrown. For more information on the list of error codes, see the Error Codes page.

Query Variables

Below are sample query variables that you should use to perform the search.

Single PropertyID

{
    "SearchCriteriaByIds": {
        "propertyIds": [
            22561686
        ],
        "occupancies": [
            {
                "checkInDate": "2025-02-19",
                "checkOutDate": "2025-02-20",
                "guestAges": "45,55"
            }
        ],
        "filterBy": {
            "includeNREF": "true",
            "rateType": "ALL_RATES_PER_ROOM"
        }
    }
}

Multiple PropertyIDs

{
    "SearchCriteriaByIds": {
        "propertyIds": [
            22561682,
            22561686
        ],
        "occupancies": [
            {
                "checkInDate": "2025-02-11",
                "checkOutDate": "2025-02-12",
                "guestAges": "25,22"
            }
        ],
        "filterBy": {
            "includeNREF": "true",
            "rateType": "CHEAPEST_RATE_AMONG_ALL_ROOMS"
        }
    }
}

Multiple PropertyIDs and Multiple Rooms

{
    "SearchCriteriaByIds": {
        "propertyIds": [
            "424023",
            "2262291"
        ],
        "occupancies": [
            {
                "occupancyRefId": 1,
                "checkInDate": "2025-08-05",
                "checkOutDate": "2025-08-29",
                "guestAges": "30,30"
            },
            {
                "occupancyRefId": 2,
                "checkInDate": "2025-08-05",
                "checkOutDate": "2025-08-29",
                "guestAges": "30,30,4"
            }
        ],
        "filterBy": {
            "includeNREF": "true",
            "rateType": "ALL_RATES_PER_ROOM"
        }
    }
}

Sample Request

In this sample, all possible fields are being retrieved. You can choose which fields you need to retrieve in your search.

The search method has a few mandatory fields. See the Mandatory vs. Optional Attributes page for a complete list of mandatory attributes.
query getPropertiesByIds($SearchCriteriaByIds: SearchCriteriaByIdsInput) {
  getPropertiesByIds(searchCriteriaByIds: $SearchCriteriaByIds) {
    properties {
      propertyId
      propertyName
      occupancies {
        occupancyRefId
        checkInDate
        checkOutDate
        guestAges
      }

      rooms {
        occupancyRefId
        htIdentifier
        roomName
        roomCode
        rateplanTag
        shortDescription
        numRoomsAvail
        longDescription
        consolidatedComments
        paymentType
        rateInfo {
          bar
          binding
          commissionable
          commissionAmount
          currency
          netPrice
          tax
          currency
          grossPrice
          payAtProperty
          dailyPrice
          dailyTax
          aggregateTaxInfo {
            payAtBooking {
              name
              value
              currency
              description
            }
            payAtProperty {
              name
              currency
              value
            }
          }
          taxInfo {
            payAtBooking {
              date
              name
              currency
              description
              value
            }

            payAtProperty {
              date
              name
              currency
              description
              value
            }
          }
        }
        mealplanOptions {
          mealplanDescription
          mealplanCode
          mealplanName
        }
        refundable
        includeNREF
        rateType				
        cancellationPolicies {
          startWindowTime
          endWindowTime
          cancellationCharge
          currency
          timeZone
          timeZoneUTC
        }
      }
      shortDescription
      longDescription
      city
      latitude
      longitude
      starRating
      hotelImageUrl
    }
  }
}

Sample Response

Single PropertyID Search Response

{
  "data": {
    "getPropertiesByIds": {
      "properties": [
        {
          "propertyId": 22561686,
          "propertyName": "Dingus Property 1302",
          "occupancies": [
            {
              "occupancyRefId": 1,
              "checkInDate": "2025-02-19",
              "checkOutDate": "2025-02-20",
              "numberOfAdults": 2,
              "numberOfChildren": 0,
              "childrenAges": null,
              "guestAges": "45,55"
            }
          ],
          "rooms": [
            {
              "occupancyRefId": 1,
              "htIdentifier": "61315162|1311191314151|1419151318131|121012151-10121-11191|121012151-10121-12101|1a1e171f1b1e12191-1f1815171-143e1-1b12101c1-12161d19111e1d1a1c18131b1|1117131918172014121310121|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
              "roomName": "Room5",
              "shortDescription": "Test",
              "longDescription": "",
              "paymentType": "DIRECT_BILL",
              "consolidatedComments": "",
              "roomCode": "R5",
              "rateplanTag": "HTFIT-17",
              "numRoomsAvail": 20,
              "rateInfo": {
                "bar": null,
                "binding": null,
                "commissionable": null,
                "commissionAmount": null,
                "currency": "USD",
                "netPrice": 81.0,
                "tax": 1.0,
                "grossPrice": 82.0,
                "payAtProperty": 0,
                "dailyPrice": [81.0],
                "dailyTax": [1.0],
                "aggregateTaxInfo": {
                  "payAtBooking": [
                    {
                      "description": null,
                      "name": "T3",
                      "currency": "USD",
                      "value": 1.0
                    }
                  ],
                  "payAtProperty": []
                }
              },
              "mealplanOptions": {
                "mealplanDescription": "Room Only",
                "mealplanCode": "RO",
                "mealplanName": "Room Only"
              },
              "refundable": true,
              "cancellationPolicies": [
                {
                  "startWindowTime": "2025-02-17 15:00:00",
                  "endWindowTime": "2025-02-19 15:00:00",
                  "cancellationCharge": 82.0,
                  "currency": "USD",
                  "timeZone": "America/New_York",
                  "timeZoneUTC": "-05:00"
                }
              ]
            },
            {
              "occupancyRefId": 1,
              "htIdentifier": "61315162|13111913281|1419151318111|121012151-10121-11191|121012151-10121-12101|1a1e171f1b1e12191-1f1815171-143e1-1b12101c1-12161d19111e1d1a1c18131b1|1117131918172014121310121|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
              "roomName": "Room3",
              "shortDescription": "Test",
              "longDescription": "",
              "paymentType": "DIRECT_BILL",
              "consolidatedComments": "All Inclusive. ",
              "roomCode": "R3",
              "rateplanTag": "HTFIT-10",
              "numRoomsAvail": 20,
              "rateInfo": {
                "bar": null,
                "binding": null,
                "commissionable": null,
                "commissionAmount": null,
                "currency": "USD",
                "netPrice": 131.0,
                "tax": 1.0,
                "grossPrice": 132.0,
                "payAtProperty": 0,
                "dailyPrice": [131.0],
                "dailyTax": [1.0],
                "aggregateTaxInfo": {
                  "payAtBooking": [
                    {
                      "description": null,
                      "name": "T3",
                      "currency": "USD",
                      "value": 1.0
                    }
                  ],
                  "payAtProperty": []
                }
              },
              "mealplanOptions": {
                "mealplanDescription": "All Inclusive",
                "mealplanCode": "RO",
                "mealplanName": "Room Only"
              },
              "refundable": true,
              "cancellationPolicies": [
                {
                  "startWindowTime": "2025-02-19 15:00:00",
                  "endWindowTime": "2025-02-19 18:00:00",
                  "cancellationCharge": 26.4,
                  "currency": "USD",
                  "timeZone": "America/New_York",
                  "timeZoneUTC": "-05:00"
                }
              ]
            },
            {
              "occupancyRefId": 1,
              "htIdentifier": "61315162|1311191312131|14191513142|121012151-10121-11191|121012151-10121-12101|1a1e171f1b1e12191-1f1815171-143e1-1b12101c1-12161d19111e1d1a1c18131b1|1117131918172014121310141|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
              "roomName": "Room 2 Double Occupancy",
              "shortDescription": "Dummy Desc",
              "longDescription": null,
              "paymentType": "DIRECT_BILL",
              "consolidatedComments": "BF included. ",
              "roomCode": "R2",
              "rateplanTag": "HTFIT-6",
              "numRoomsAvail": 20,
              "rateInfo": {
                "bar": null,
                "binding": null,
                "commissionable": null,
                "commissionAmount": null,
                "currency": "USD",
                "netPrice": 171.0,
                "tax": 1.0,
                "grossPrice": 172.0,
                "payAtProperty": 0,
                "dailyPrice": [171.0],
                "dailyTax": [1.0],
                "aggregateTaxInfo": {
                  "payAtBooking": [
                    {
                      "description": null,
                      "name": "T3",
                      "currency": "USD",
                      "value": 1.0
                    }
                  ],
                  "payAtProperty": []
                }
              },
              "mealplanOptions": {
                "mealplanDescription": "BF included",
                "mealplanCode": "BBF",
                "mealplanName": "Free Breakfast"
              },
              "refundable": true,
              "cancellationPolicies": [
                {
                  "startWindowTime": "2025-02-17 15:00:00",
                  "endWindowTime": "2025-02-19 15:00:00",
                  "cancellationCharge": 172.0,
                  "currency": "USD",
                  "timeZone": "America/New_York",
                  "timeZoneUTC": "-05:00"
                }
              ]
            }
          ],
          "shortDescription": "Test short hotel description",
          "longDescription": "Test hotel long description",
          "city": "New York",
          "latitude": "40.75905",
          "longitude": "-73.98844",
          "starRating": 4.0,
          "hotelImageUrl": null
        }
      ]
    }
  }
}

Multiple PropertyID Sample Response

{
    "data": {
        "getPropertiesByIds": {
            "properties": [
                {
                    "propertyId": 22561682,
                    "propertyName": "Dingus Property 1301",
                    "occupancies": [
                        {
                            "occupancyRefId": 1,
                            "checkInDate": "2025-02-11",
                            "checkOutDate": "2025-02-12",
                            "numberOfAdults": 2,
                            "numberOfChildren": 0,
                            "childrenAges": null,
                            "guestAges": "25,22"
                        }
                    ],
                    "rooms": [
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "6131516121|1311191310121|1419151219141|121012151-10121-112|121012151-10121-11121|171e1d10121b131f1-1510171c1-14161d171-191a18121-1210121e141d171c171a131c1|1117131912111617121915221|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Room 1 Monoparental",
                            "shortDescription": "Dummy Desc",
                            "longDescription": null,
                            "paymentType": "DIRECT_BILL",
                            "consolidatedComments": "A Resort Fee totaling USD110.00 will be charged for the stay.",
                            "roomCode": "R1-MONO",
                            "rateplanTag": "HTFIT-NO",
                            "numRoomsAvail": 20,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 80.00,
                                "tax": 64.00,
                                "grossPrice": 144.00,
                                "payAtProperty": 110.00,
                                "dailyPrice": [
                                    80.00
                                ],
                                "dailyTax": [
                                    64.00
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "description": null,
                                            "name": "T3",
                                            "currency": "USD",
                                            "value": 64.00
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "description": "",
                                            "name": "T1",
                                            "currency": "USD",
                                            "value": 110.00
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanCode": "RO",
                                "mealplanName": "Room Only"
                            },
                            "refundable": false,
                            "cancellationPolicies": null
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "6131516121|1311191216171|1419151219141|121012151-10121-112|121012151-10121-11121|171e1d10121b131f1-1510171c1-14161d171-191a18121-1210121e141d171c171a131c1|1117131912111617121915221|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Room 1 Monoparental",
                            "shortDescription": "Dummy Desc",
                            "longDescription": null,
                            "paymentType": "DIRECT_BILL",
                            "consolidatedComments": "Breakfast for 2 guests. A Resort Fee totaling USD122.00 will be charged for the stay.",
                            "roomCode": "R1-MONO",
                            "rateplanTag": "HTFIT-BB",
                            "numRoomsAvail": 20,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 120.00,
                                "tax": 96.00,
                                "grossPrice": 216.00,
                                "payAtProperty": 122.00,
                                "dailyPrice": [
                                    120.00
                                ],
                                "dailyTax": [
                                    96.00
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "description": null,
                                            "name": "T3",
                                            "currency": "USD",
                                            "value": 96.00
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "description": "",
                                            "name": "T2",
                                            "currency": "USD",
                                            "value": 12.00
                                        },
                                        {
                                            "description": "",
                                            "name": "T1",
                                            "currency": "USD",
                                            "value": 110.00
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Breakfast for 2 guests",
                                "mealplanCode": "BBF",
                                "mealplanName": "Free Breakfast"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-02-09 15:00:00",
                                    "endWindowTime": "2025-02-11 15:00:00",
                                    "cancellationCharge": 216.00,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-05:00"
                                }
                            ]
                        }
                    ],
                    "shortDescription": "Test short hotel description",
                    "longDescription": "Test hotel long description",
                    "city": "New York",
                    "latitude": "40.75905",
                    "longitude": "-73.98844",
                    "starRating": 4.0,
                    "hotelImageUrl": null
                },
                {
                    "propertyId": 22561686,
                    "propertyName": "Test Property 1302",
                    "occupancies": [
                        {
                            "occupancyRefId": 1,
                            "checkInDate": "2025-02-11",
                            "checkOutDate": "2025-02-12",
                            "numberOfAdults": 2,
                            "numberOfChildren": 0,
                            "childrenAges": null,
                            "guestAges": "25,22"
                        }
                    ],
                    "rooms": [
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "61315162|1311191310171|14191513142|121012151-10121-112|121012151-10121-11121|171e1d10121b131f1-1510171c1-14161d171-191a18121-1210121e141d171c171a131c1|11171319121116171219153|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Room 2 Double Occupancy",
                            "shortDescription": "Dummy Desc",
                            "longDescription": null,
                            "paymentType": "DIRECT_BILL",
                            "consolidatedComments": "",
                            "roomCode": "R2",
                            "rateplanTag": "HTFIT",
                            "numRoomsAvail": 20,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 110.00,
                                "tax": 10.00,
                                "grossPrice": 120.00,
                                "payAtProperty": 0,
                                "dailyPrice": [
                                    110.00
                                ],
                                "dailyTax": [
                                    10.00
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "description": null,
                                            "name": "T3",
                                            "currency": "USD",
                                            "value": 10.00
                                        }
                                    ],
                                    "payAtProperty": []
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanCode": "RO",
                                "mealplanName": "Room Only"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-02-09 15:00:00",
                                    "endWindowTime": "2025-02-11 15:00:00",
                                    "cancellationCharge": 120.00,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-05:00"
                                }
                            ]
                        }
                    ],
                    "shortDescription": "Test short hotel description",
                    "longDescription": "Test hotel long description",
                    "city": "New York",
                    "latitude": "40.75905",
                    "longitude": "-73.98844",
                    "starRating": 4.0,
                    "hotelImageUrl": null
                }
            ]
        }
    }
}

Multiple PropertyID and Multiple Rooms Sample Response

{
    "data": {
        "getPropertiesByIds": {
            "properties": [
                {
                    "propertyId": 424023,
                    "propertyName": "Refinery Hotel",
                    "occupancies": [
                        {
                            "occupancyRefId": 1,
                            "checkInDate": "2025-08-05",
                            "checkOutDate": "2025-08-29",
                            "numberOfAdults": 2,
                            "numberOfChildren": 0,
                            "guestAges": "30,30"
                        },
                        {
                            "occupancyRefId": 2,
                            "checkInDate": "2025-08-05",
                            "checkOutDate": "2025-08-29",
                            "numberOfAdults": 2,
                            "numberOfChildren": 1,
                            "guestAges": "30,30,4"
                        }
                    ],
                    "rooms": [
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "217141|11171015102|15173|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|111715131816151419171912171|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Studio Queen",
                            "roomCode": "QUEEN",
                            "rateplanTag": "HTPKG",
                            "shortDescription": "<strong>1 queen bed</strong><br /> 250 sq feet (23 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "numRoomsAvail": 2,
                            "longDescription": "<strong>1 queen bed</strong><br /> 250 sq feet (23 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "consolidatedComments": "All Inclusive. A Resort Fee totaling USD413.04 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 10665.60,
                                "tax": 1657.15,
                                "grossPrice": 12322.75,
                                "payAtProperty": 413.04,
                                "dailyPrice": [
                                    413.60,504.90,118.80,
                                    355.30,
                                    163.90,
                                    548.90,
                                    281.60,
                                    689.70,
                                    694.10,
                                    321.20,
                                    254.10,
                                    226.60,
                                    367.40,
                                    660.00,
                                    231.00,
                                    353.10,
                                    633.60,
                                    342.10,
                                    644.60,
                                    873.40,
                                    183.70,
                                    717.20,
                                    512.60,
                                    574.20
                                ],
                                "dailyTax": [
                                    64.51,
                                    77.97,
                                    21.02,
                                    55.90,
                                    27.68,
                                    84.46,
                                    45.03,
                                    105.23,
                                    105.88,
                                    50.88,
                                    40.98,
                                    36.92,
                                    57.69,
                                    100.86,
                                    37.57,
                                    55.58,
                                    96.95,
                                    53.96,
                                    98.58,
                                    132.32,
                                    30.59,
                                    109.29,
                                    79.11,
                                    88.19
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Javits Tax",
                                            "value": 36.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "NY Occupancy Tax",
                                            "value": 48.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York City Sales Tax",
                                            "value": 946.56,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York State Sales Tax",
                                            "value": 626.59,
                                            "currency": "USD",
                                            "description": ""
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Facilities Fee",
                                            "currency": "USD",
                                            "value": 413.04,
                                            "description": "Facility Fee: $17.21 per room, per night which provides guests with the following services, amenities and added value offerings: "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "All Inclusive",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-03 15:00:00",
                                    "endWindowTime": "2025-08-05 16:00:00",
                                    "cancellationCharge": 12322.75,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                },
                                {
                                    "startWindowTime": "2025-08-01 16:00:00",
                                    "endWindowTime": "2025-08-03 15:00:00",
                                    "cancellationCharge": 6161.38,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "217141|11171015102|1517281|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|111715131816151419171912181|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Studio King",
                            "roomCode": "KING",
                            "rateplanTag": "HTPKG",
                            "shortDescription": "<strong>1 king bed</strong><br /> 280 sq feet (25 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "numRoomsAvail": 13,
                            "longDescription": "<strong>1 king bed</strong><br /> 280 sq feet (25 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "consolidatedComments": "All Inclusive. A Resort Fee totaling USD413.04 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 10916.40,
                                "tax": 1694.13,
                                "grossPrice": 12610.53,
                                "payAtProperty": 413.04,
                                "dailyPrice": [
                                    740.30,
                                    844.80,
                                    315.70,
                                    204.60,
                                    396.00,
                                    646.80,
                                    391.60,
                                    437.80,
                                    378.40,
                                    646.80,
                                    861.30,
                                    693.00,
                                    257.40,
                                    238.70,
                                    347.60,
                                    386.10,
                                    188.10,
                                    583.00,
                                    464.20,
                                    376.20,
                                    290.40,
                                    698.50,
                                    306.90,
                                    222.20
                                ],
                                "dailyTax": [
                                    112.69,
                                    128.11,
                                    50.07,
                                    33.68,
                                    61.92,
                                    98.90,
                                    61.26,
                                    68.07,
                                    59.31,
                                    98.90,
                                    130.54,
                                    105.71,
                                    41.46,
                                    38.70,
                                    54.77,
                                    60.45,
                                    31.24,
                                    89.49,
                                    71.97,
                                    58.99,
                                    46.33,
                                    106.53,
                                    48.77,
                                    36.27
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Javits Tax",
                                            "value": 36.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "NY Occupancy Tax",
                                            "value": 48.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York City Sales Tax",
                                            "value": 968.81,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York State Sales Tax",
                                            "value": 641.32,
                                            "currency": "USD",
                                            "description": ""
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Facilities Fee",
                                            "currency": "USD",
                                            "value": 413.04,
                                            "description": "Facility Fee: $17.21 per room, per night which provides guests with the following services, amenities and added value offerings: "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "All Inclusive",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-03 15:00:00",
                                    "endWindowTime": "2025-08-05 16:00:00",
                                    "cancellationCharge": 12610.53,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                },
                                {
                                    "startWindowTime": "2025-08-01 16:00:00",
                                    "endWindowTime": "2025-08-03 15:00:00",
                                    "cancellationCharge": 6305.27,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 2,
                            "htIdentifier": "217141|11171015102|15173|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|111715131816151419171916121|121|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Studio Queen",
                            "roomCode": "QUEEN",
                            "rateplanTag": "HTPKG",
                            "shortDescription": "<strong>1 queen bed</strong><br /> 250 sq feet (23 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "numRoomsAvail": 2,
                            "longDescription": "<strong>1 queen bed</strong><br /> 250 sq feet (23 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "consolidatedComments": "All Inclusive. A Resort Fee totaling USD413.04 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 10929.60,
                                "tax": 1696.13,
                                "grossPrice": 12625.73,
                                "payAtProperty": 413.04,
                                "dailyPrice": [
                                    424.60,
                                    515.90,
                                    129.80,
                                    366.30,
                                    174.90,
                                    559.90,
                                    292.60,
                                    700.70,
                                    705.10,
                                    332.20,
                                    265.10,
                                    237.60,
                                    378.40,
                                    671.00,
                                    242.00,
                                    364.10,
                                    644.60,
                                    353.10,
                                    655.60,
                                    884.40,
                                    194.70,
                                    728.20,
                                    523.60,
                                    585.20
                                ],
                                "dailyTax": [
                                    66.13,
                                    79.60,
                                    22.65,
                                    57.53,
                                    29.30,
                                    86.08,
                                    46.66,
                                    106.86,
                                    107.50,
                                    52.50,
                                    42.60,
                                    38.55,
                                    59.31,
                                    102.47,
                                    39.20,
                                    57.20,
                                    98.58,
                                    55.58,
                                    100.20,
                                    133.95,
                                    32.22,
                                    110.91,
                                    80.73,
                                    89.82
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Javits Tax",
                                            "value": 36.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "NY Occupancy Tax",
                                            "value": 48.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York City Sales Tax",
                                            "value": 970.01,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York State Sales Tax",
                                            "value": 642.12,
                                            "currency": "USD",
                                            "description": ""
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Facilities Fee",
                                            "currency": "USD",
                                            "value": 413.04,
                                            "description": "Facility Fee: $17.21 per room, per night which provides guests with the following services, amenities and added value offerings: "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "All Inclusive",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-03 15:00:00",
                                    "endWindowTime": "2025-08-05 16:00:00",
                                    "cancellationCharge": 12625.73,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                },
                                {
                                    "startWindowTime": "2025-08-01 16:00:00",
                                    "endWindowTime": "2025-08-03 15:00:00",
                                    "cancellationCharge": 6312.87,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "217141|1117101510111|151718101|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|111715131816151419171912191|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Atelier",
                            "roomCode": "ATELI",
                            "rateplanTag": "HTRETN",
                            "shortDescription": "<strong>1 king bed</strong><br /> 425 sq feet (38 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "numRoomsAvail": 3,
                            "longDescription": "<strong>1 king bed</strong><br /> 425 sq feet (38 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "consolidatedComments": "A Resort Fee totaling USD413.04 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 11027.50,
                                "tax": 1710.56,
                                "grossPrice": 12738.06,
                                "payAtProperty": 413.04,
                                "dailyPrice": [
                                    121.00,
                                    304.70,
                                    440.00,
                                    784.30,
                                    871.20,
                                    115.50,
                                    698.50,
                                    126.50,
                                    303.60,
                                    133.10,
                                    319.00,
                                    728.20,
                                    620.40,
                                    403.70,
                                    204.60,
                                    666.60,
                                    356.40,
                                    422.40,
                                    368.50,
                                    841.50,
                                    807.40,
                                    259.60,
                                    314.60,
                                    816.20
                                ],
                                "dailyTax": [
                                    21.35,
                                    48.44,
                                    68.40,
                                    119.19,
                                    132.00,
                                    20.54,
                                    106.53,
                                    22.16,
                                    48.28,
                                    23.13,
                                    50.55,
                                    110.91,
                                    95.01,
                                    63.05,
                                    33.68,
                                    101.82,
                                    56.07,
                                    65.81,
                                    57.85,
                                    127.62,
                                    122.59,
                                    41.79,
                                    49.90,
                                    123.89
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Javits Tax",
                                            "value": 36.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "NY Occupancy Tax",
                                            "value": 48.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York City Sales Tax",
                                            "value": 978.69,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York State Sales Tax",
                                            "value": 647.87,
                                            "currency": "USD",
                                            "description": ""
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Facilities Fee",
                                            "currency": "USD",
                                            "value": 413.04,
                                            "description": "Facility Fee: $17.21 per room, per night which provides guests with the following services, amenities and added value offerings: "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": false,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-07-29 08:00:00",
                                    "endWindowTime": "2025-08-05 16:00:00",
                                    "cancellationCharge": 12738.06,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 2,
                            "htIdentifier": "217141|1117101510111|151718101|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|111715131816151419171916131|121|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Atelier",
                            "roomCode": "ATELI",
                            "rateplanTag": "HTRETN",
                            "shortDescription": "<strong>1 king bed</strong><br /> 425 sq feet (38 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "numRoomsAvail": 3,
                            "longDescription": "<strong>1 king bed</strong><br /> 425 sq feet (38 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "consolidatedComments": "A Resort Fee totaling USD413.04 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 11027.50,
                                "tax": 1710.56,
                                "grossPrice": 12738.06,
                                "payAtProperty": 413.04,
                                "dailyPrice": [
                                    121.00,
                                    304.70,
                                    440.00,
                                    784.30,
                                    871.20,
                                    115.50,
                                    698.50,
                                    126.50,
                                    303.60,
                                    133.10,
                                    319.00,
                                    728.20,
                                    620.40,
                                    403.70,
                                    204.60,
                                    666.60,
                                    356.40,
                                    422.40,
                                    368.50,
                                    841.50,
                                    807.40,
                                    259.60,
                                    314.60,
                                    816.20
                                ],
                                "dailyTax": [
                                    21.35,
                                    48.44,
                                    68.40,
                                    119.19,
                                    132.00,
                                    20.54,
                                    106.53,
                                    22.16,
                                    48.28,
                                    23.13,
                                    50.55,
                                    110.91,
                                    95.01,
                                    63.05,
                                    33.68,
                                    101.82,
                                    56.07,
                                    65.81,
                                    57.85,
                                    127.62,
                                    122.59,
                                    41.79,
                                    49.90,
                                    123.89
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Javits Tax",
                                            "value": 36.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "NY Occupancy Tax",
                                            "value": 48.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York City Sales Tax",
                                            "value": 978.69,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York State Sales Tax",
                                            "value": 647.87,
                                            "currency": "USD",
                                            "description": ""
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Facilities Fee",
                                            "currency": "USD",
                                            "value": 413.04,
                                            "description": "Facility Fee: $17.21 per room, per night which provides guests with the following services, amenities and added value offerings: "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": false,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-07-29 08:00:00",
                                    "endWindowTime": "2025-08-05 16:00:00",
                                    "cancellationCharge": 12738.06,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "217141|1117101510121|15173|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|111715131816151419171912181|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Studio Queen",
                            "roomCode": "QUEEN",
                            "rateplanTag": "HTRET",
                            "shortDescription": "<strong>1 queen bed</strong><br /> 250 sq feet (23 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "numRoomsAvail": 3,
                            "longDescription": "<strong>1 queen bed</strong><br /> 250 sq feet (23 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "consolidatedComments": "Free Breakfast. A Resort Fee totaling USD413.04 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 11094.60,
                                "tax": 1720.45,
                                "grossPrice": 12815.05,
                                "payAtProperty": 413.04,
                                "dailyPrice": [
                                    256.30,
                                    331.10,
                                    564.30,
                                    666.60,
                                    443.30,
                                    788.70,
                                    139.70,
                                    788.70,
                                    562.10,
                                    558.80,
                                    319.00,
                                    160.60,
                                    536.80,
                                    118.80,
                                    871.20,
                                    364.10,
                                    650.10,
                                    149.60,
                                    295.90,
                                    635.80,
                                    435.60,
                                    427.90,
                                    169.40,
                                    860.20
                                ],
                                "dailyTax": [
                                    41.31,
                                    52.34,
                                    86.73,
                                    101.82,
                                    68.88,
                                    119.84,
                                    24.11,
                                    119.84,
                                    86.41,
                                    85.92,
                                    50.55,
                                    27.19,
                                    82.68,
                                    21.02,
                                    132.00,
                                    57.20,
                                    99.39,
                                    25.57,
                                    47.14,
                                    97.28,
                                    67.75,
                                    66.62,
                                    28.48,
                                    130.38
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Javits Tax",
                                            "value": 36.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "NY Occupancy Tax",
                                            "value": 48.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York City Sales Tax",
                                            "value": 984.65,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York State Sales Tax",
                                            "value": 651.80,
                                            "currency": "USD",
                                            "description": ""
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Facilities Fee",
                                            "currency": "USD",
                                            "value": 413.04,
                                            "description": "Facility Fee: $17.21 per room, per night which provides guests with the following services, amenities and added value offerings: "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Breakfast",
                                "mealplanName": "Free Breakfastt",
                                "mealplanCode": "BBF"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-03 15:00:00",
                                    "endWindowTime": "2025-08-05 16:00:00",
                                    "cancellationCharge": 12815.05,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                },
                                {
                                    "startWindowTime": "2025-08-01 16:00:00",
                                    "endWindowTime": "2025-08-03 15:00:00",
                                    "cancellationCharge": 6407.53,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 2,
                            "htIdentifier": "217141|11171015102|1517281|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|111715131816151419171916121|121|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Studio King",
                            "roomCode": "KING",
                            "rateplanTag": "HTPKG",
                            "shortDescription": "<strong>1 king bed</strong><br /> 280 sq feet (25 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "numRoomsAvail": 13,
                            "longDescription": "<strong>1 king bed</strong><br /> 280 sq feet (25 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "consolidatedComments": "All Inclusive. A Resort Fee totaling USD413.04 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 11180.40,
                                "tax": 1733.13,
                                "grossPrice": 12913.53,
                                "payAtProperty": 413.04,
                                "dailyPrice": [
                                    751.30,
                                    855.80,
                                    326.70,
                                    215.60,
                                    407.00,
                                    657.80,
                                    402.60,
                                    448.80,
                                    389.40,
                                    657.80,
                                    872.30,
                                    704.00,
                                    268.40,
                                    249.70,
                                    358.60,
                                    397.10,
                                    199.10,
                                    594.00,
                                    475.20,
                                    387.20,
                                    301.40,
                                    709.50,
                                    317.90,
                                    233.20
                                ],
                                "dailyTax": [
                                    114.32,
                                    129.73,
                                    51.68,
                                    35.30,
                                    63.53,
                                    100.53,
                                    62.88,
                                    69.70,
                                    60.94,
                                    100.53,
                                    132.17,
                                    107.34,
                                    43.09,
                                    40.33,
                                    56.40,
                                    62.07,
                                    32.87,
                                    91.12,
                                    73.59,
                                    60.61,
                                    47.96,
                                    108.15,
                                    50.39,
                                    37.90
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Javits Tax",
                                            "value": 36.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "NY Occupancy Tax",
                                            "value": 48.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York City Sales Tax",
                                            "value": 992.25,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York State Sales Tax",
                                            "value": 656.88,
                                            "currency": "USD",
                                            "description": ""
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Facilities Fee",
                                            "currency": "USD",
                                            "value": 413.04,
                                            "description": "Facility Fee: $17.21 per room, per night which provides guests with the following services, amenities and added value offerings: "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "All Inclusive",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-03 15:00:00",
                                    "endWindowTime": "2025-08-05 16:00:00",
                                    "cancellationCharge": 12913.53,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                },
                                {
                                    "startWindowTime": "2025-08-01 16:00:00",
                                    "endWindowTime": "2025-08-03 15:00:00",
                                    "cancellationCharge": 6456.77,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 2,
                            "htIdentifier": "217141|1117101510121|15173|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|111715131816151419171916121|121|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Studio Queen",
                            "roomCode": "QUEEN",
                            "rateplanTag": "HTRET",
                            "shortDescription": "<strong>1 queen bed</strong><br /> 250 sq feet (23 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "numRoomsAvail": 3,
                            "longDescription": "<strong>1 queen bed</strong><br /> 250 sq feet (23 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "consolidatedComments": "Free Breakfast. A Resort Fee totaling USD413.04 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 11358.60,
                                "tax": 1759.40,
                                "grossPrice": 13118.00,
                                "payAtProperty": 413.04,
                                "dailyPrice": [
                                    267.30,
                                    342.10,
                                    575.30,
                                    677.60,
                                    454.30,
                                    799.70,
                                    150.70,
                                    799.70,
                                    573.10,
                                    569.80,
                                    330.00,
                                    171.60,
                                    547.80,
                                    129.80,
                                    882.20,
                                    375.10,
                                    661.10,
                                    160.60,
                                    306.90,
                                    646.80,
                                    446.60,
                                    438.90,
                                    180.40,
                                    871.20
                                ],
                                "dailyTax": [
                                    42.92,
                                    53.96,
                                    88.36,
                                    103.45,
                                    70.51,
                                    121.45,
                                    25.72,
                                    121.45,
                                    88.03,
                                    87.55,
                                    52.18,
                                    28.81,
                                    84.30,
                                    22.65,
                                    133.63,
                                    58.83,
                                    101.01,
                                    27.19,
                                    48.77,
                                    98.90,
                                    69.38,
                                    68.24,
                                    30.11,
                                    132.00
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Javits Tax",
                                            "value": 36.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "NY Occupancy Tax",
                                            "value": 48.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York City Sales Tax",
                                            "value": 1008.07,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York State Sales Tax",
                                            "value": 667.33,
                                            "currency": "USD",
                                            "description": ""
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Facilities Fee",
                                            "currency": "USD",
                                            "value": 413.04,
                                            "description": "Facility Fee: $17.21 per room, per night which provides guests with the following services, amenities and added value offerings: "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Breakfast",
                                "mealplanName": "Free Breakfastt",
                                "mealplanCode": "BBF"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-03 15:00:00",
                                    "endWindowTime": "2025-08-05 16:00:00",
                                    "cancellationCharge": 13118.00,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                },
                                {
                                    "startWindowTime": "2025-08-01 16:00:00",
                                    "endWindowTime": "2025-08-03 15:00:00",
                                    "cancellationCharge": 6559.00,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "217141|1117101510121|1517291|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|111715131816151419171912181|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Deluxe Double Queen",
                            "roomCode": "DDBL",
                            "rateplanTag": "HTRET",
                            "shortDescription": "<strong>2 queen beds</strong><br /> 400 sq feet (36 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "numRoomsAvail": 4,
                            "longDescription": "<strong>2 queen beds</strong><br /> 400 sq feet (36 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "consolidatedComments": "Free Breakfast. A Resort Fee totaling USD413.04 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 11933.90,
                                "tax": 1844.22,
                                "grossPrice": 13778.12,
                                "payAtProperty": 413.04,
                                "dailyPrice": [
                                    781.00,
                                    641.30,
                                    572.00,
                                    663.30,
                                    204.60,
                                    253.00,
                                    860.20,
                                    666.60,
                                    192.50,
                                    696.30,
                                    588.50,
                                    509.30,
                                    429.00,
                                    675.40,
                                    160.60,
                                    134.20,
                                    535.70,
                                    533.50,
                                    286.00,
                                    165.00,
                                    552.20,
                                    875.60,
                                    237.60,
                                    720.50
                                ],
                                "dailyTax": [
                                    118.69,
                                    98.10,
                                    87.88,
                                    101.34,
                                    33.68,
                                    40.81,
                                    130.38,
                                    101.82,
                                    31.89,
                                    106.21,
                                    90.30,
                                    78.62,
                                    66.77,
                                    103.12,
                                    27.19,
                                    23.29,
                                    82.51,
                                    82.19,
                                    45.68,
                                    27.83,
                                    84.95,
                                    132.65,
                                    38.55,
                                    109.77
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Javits Tax",
                                            "value": 36.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "NY Occupancy Tax",
                                            "value": 48.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York City Sales Tax",
                                            "value": 1059.12,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York State Sales Tax",
                                            "value": 701.10,
                                            "currency": "USD",
                                            "description": ""
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Facilities Fee",
                                            "currency": "USD",
                                            "value": 413.04,
                                            "description": "Facility Fee: $17.21 per room, per night which provides guests with the following services, amenities and added value offerings: "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Breakfast",
                                "mealplanName": "Free Breakfastt",
                                "mealplanCode": "BBF"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-03 15:00:00",
                                    "endWindowTime": "2025-08-05 16:00:00",
                                    "cancellationCharge": 13778.12,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                },
                                {
                                    "startWindowTime": "2025-08-01 16:00:00",
                                    "endWindowTime": "2025-08-03 15:00:00",
                                    "cancellationCharge": 6889.06,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "217141|1117101510121|1517281|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|111715131816151419171912181|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Studio King",
                            "roomCode": "KING",
                            "rateplanTag": "HTRET",
                            "shortDescription": "<strong>1 king bed</strong><br /> 280 sq feet (25 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "numRoomsAvail": 2,
                            "longDescription": "<strong>1 king bed</strong><br /> 280 sq feet (25 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "consolidatedComments": "Free Breakfast. A Resort Fee totaling USD413.04 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 12064.80,
                                "tax": 1863.55,
                                "grossPrice": 13928.35,
                                "payAtProperty": 413.04,
                                "dailyPrice": [
                                    751.30,
                                    511.50,
                                    326.70,
                                    509.30,
                                    579.70,
                                    611.60,
                                    735.90,
                                    380.60,
                                    135.30,
                                    548.90,
                                    371.80,
                                    544.50,
                                    374.00,
                                    240.90,
                                    689.70,
                                    572.00,
                                    253.00,
                                    278.30,
                                    166.10,
                                    470.80,
                                    788.70,
                                    866.80,
                                    565.40,
                                    792.00
                                ],
                                "dailyTax": [
                                    114.32,
                                    78.95,
                                    51.68,
                                    78.62,
                                    89.01,
                                    93.71,
                                    112.04,
                                    59.64,
                                    23.46,
                                    84.46,
                                    58.34,
                                    83.81,
                                    58.66,
                                    39.03,
                                    105.23,
                                    87.88,
                                    40.81,
                                    44.55,
                                    28.00,
                                    72.94,
                                    119.84,
                                    131.35,
                                    86.90,
                                    120.32
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Javits Tax",
                                            "value": 36.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "NY Occupancy Tax",
                                            "value": 48.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York City Sales Tax",
                                            "value": 1070.75,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York State Sales Tax",
                                            "value": 708.80,
                                            "currency": "USD",
                                            "description": ""
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Facilities Fee",
                                            "currency": "USD",
                                            "value": 413.04,
                                            "description": "Facility Fee: $17.21 per room, per night which provides guests with the following services, amenities and added value offerings: "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Breakfast",
                                "mealplanName": "Free Breakfastt",
                                "mealplanCode": "BBF"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-03 15:00:00",
                                    "endWindowTime": "2025-08-05 16:00:00",
                                    "cancellationCharge": 13928.35,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                },
                                {
                                    "startWindowTime": "2025-08-01 16:00:00",
                                    "endWindowTime": "2025-08-03 15:00:00",
                                    "cancellationCharge": 6964.18,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 2,
                            "htIdentifier": "217141|1117101510121|1517291|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|111715131816151419171916131|121|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Deluxe Double Queen",
                            "roomCode": "DDBL",
                            "rateplanTag": "HTRET",
                            "shortDescription": "<strong>2 queen beds</strong><br /> 400 sq feet (36 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "numRoomsAvail": 4,
                            "longDescription": "<strong>2 queen beds</strong><br /> 400 sq feet (36 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "consolidatedComments": "Free Breakfast. A Resort Fee totaling USD413.04 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 12197.90,
                                "tax": 1883.21,
                                "grossPrice": 14081.11,
                                "payAtProperty": 413.04,
                                "dailyPrice": [
                                    792.00,
                                    652.30,
                                    583.00,
                                    674.30,
                                    215.60,
                                    264.00,
                                    871.20,
                                    677.60,
                                    203.50,
                                    707.30,
                                    599.50,
                                    520.30,
                                    440.00,
                                    686.40,
                                    171.60,
                                    145.20,
                                    546.70,
                                    544.50,
                                    297.00,
                                    176.00,
                                    563.20,
                                    886.60,
                                    248.60,
                                    731.50
                                ],
                                "dailyTax": [
                                    120.32,
                                    99.71,
                                    89.49,
                                    102.96,
                                    35.30,
                                    42.44,
                                    132.00,
                                    103.45,
                                    33.52,
                                    107.82,
                                    91.93,
                                    80.25,
                                    68.40,
                                    104.75,
                                    28.81,
                                    24.92,
                                    84.14,
                                    83.81,
                                    47.31,
                                    29.46,
                                    86.57,
                                    134.28,
                                    40.17,
                                    111.40
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Javits Tax",
                                            "value": 36.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "NY Occupancy Tax",
                                            "value": 48.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York City Sales Tax",
                                            "value": 1082.56,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York State Sales Tax",
                                            "value": 716.65,
                                            "currency": "USD",
                                            "description": ""
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Facilities Fee",
                                            "currency": "USD",
                                            "value": 413.04,
                                            "description": "Facility Fee: $17.21 per room, per night which provides guests with the following services, amenities and added value offerings: "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Breakfast",
                                "mealplanName": "Free Breakfastt",
                                "mealplanCode": "BBF"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-03 15:00:00",
                                    "endWindowTime": "2025-08-05 16:00:00",
                                    "cancellationCharge": 14081.11,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                },
                                {
                                    "startWindowTime": "2025-08-01 16:00:00",
                                    "endWindowTime": "2025-08-03 15:00:00",
                                    "cancellationCharge": 7040.56,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "217141|1117101419181|15173|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|111715131816151419171912171|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Studio Queen",
                            "roomCode": "QUEEN",
                            "rateplanTag": "HTFIT",
                            "shortDescription": "<strong>1 queen bed</strong><br /> 250 sq feet (23 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "numRoomsAvail": 3,
                            "longDescription": "<strong>1 queen bed</strong><br /> 250 sq feet (23 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "consolidatedComments": "Free Grab and Go Breakfast. A Resort Fee totaling USD413.04 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 12233.10,
                                "tax": 1888.36,
                                "grossPrice": 14121.46,
                                "payAtProperty": 413.04,
                                "dailyPrice": [
                                    411.40,
                                    723.80,
                                    272.80,
                                    496.10,
                                    456.50,
                                    643.50,
                                    636.90,
                                    570.90,
                                    517.00,
                                    174.90,
                                    171.60,
                                    345.40,
                                    737.00,
                                    520.30,
                                    724.90,
                                    616.00,
                                    545.60,
                                    433.40,
                                    333.30,
                                    320.10,
                                    613.80,
                                    767.80,
                                    588.50,
                                    611.60
                                ],
                                "dailyTax": [
                                    64.18,
                                    110.26,
                                    43.74,
                                    76.68,
                                    70.83,
                                    98.42,
                                    97.44,
                                    87.71,
                                    79.75,
                                    29.30,
                                    28.81,
                                    54.44,
                                    112.21,
                                    80.25,
                                    110.42,
                                    94.36,
                                    83.97,
                                    67.42,
                                    52.66,
                                    50.72,
                                    94.03,
                                    116.75,
                                    90.30,
                                    93.71
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Javits Tax",
                                            "value": 36.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "NY Occupancy Tax",
                                            "value": 48.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York City Sales Tax",
                                            "value": 1085.66,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York State Sales Tax",
                                            "value": 718.70,
                                            "currency": "USD",
                                            "description": ""
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Facilities Fee",
                                            "currency": "USD",
                                            "value": 413.04,
                                            "description": "Facility Fee: $17.21 per room, per night which provides guests with the following services, amenities and added value offerings: "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Grab and Go Breakfast",
                                "mealplanName": "Free Continental Breakfast",
                                "mealplanCode": "CBF"
                            },
                            "refundable": false,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-07-29 08:00:00",
                                    "endWindowTime": "2025-08-05 16:00:00",
                                    "cancellationCharge": 14121.46,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 2,
                            "htIdentifier": "217141|1117101510121|1517281|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|111715131816151419171916121|121|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Studio King",
                            "roomCode": "KING",
                            "rateplanTag": "HTRET",
                            "shortDescription": "<strong>1 king bed</strong><br /> 280 sq feet (25 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "numRoomsAvail": 2,
                            "longDescription": "<strong>1 king bed</strong><br /> 280 sq feet (25 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "consolidatedComments": "Free Breakfast. A Resort Fee totaling USD413.04 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 12328.80,
                                "tax": 1902.52,
                                "grossPrice": 14231.32,
                                "payAtProperty": 413.04,
                                "dailyPrice": [
                                    762.30,
                                    522.50,
                                    337.70,
                                    520.30,
                                    590.70,
                                    622.60,
                                    746.90,
                                    391.60,
                                    146.30,
                                    559.90,
                                    382.80,
                                    555.50,
                                    385.00,
                                    251.90,
                                    700.70,
                                    583.00,
                                    264.00,
                                    289.30,
                                    177.10,
                                    481.80,
                                    799.70,
                                    877.80,
                                    576.40,
                                    803.00
                                ],
                                "dailyTax": [
                                    115.94,
                                    80.57,
                                    53.31,
                                    80.25,
                                    90.62,
                                    95.34,
                                    113.67,
                                    61.26,
                                    25.08,
                                    86.08,
                                    59.96,
                                    85.44,
                                    60.29,
                                    40.66,
                                    106.86,
                                    89.49,
                                    42.44,
                                    46.18,
                                    29.62,
                                    74.57,
                                    121.45,
                                    132.97,
                                    88.52,
                                    121.95
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Javits Tax",
                                            "value": 36.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "NY Occupancy Tax",
                                            "value": 48.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York City Sales Tax",
                                            "value": 1094.18,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York State Sales Tax",
                                            "value": 724.34,
                                            "currency": "USD",
                                            "description": ""
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Facilities Fee",
                                            "currency": "USD",
                                            "value": 413.04,
                                            "description": "Facility Fee: $17.21 per room, per night which provides guests with the following services, amenities and added value offerings: "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Breakfast",
                                "mealplanName": "Free Breakfastt",
                                "mealplanCode": "BBF"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-03 15:00:00",
                                    "endWindowTime": "2025-08-05 16:00:00",
                                    "cancellationCharge": 14231.32,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                },
                                {
                                    "startWindowTime": "2025-08-01 16:00:00",
                                    "endWindowTime": "2025-08-03 15:00:00",
                                    "cancellationCharge": 7115.66,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 2,
                            "htIdentifier": "217141|1117101419181|15173|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|111715131816151419171916121|121|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Studio Queen",
                            "roomCode": "QUEEN",
                            "rateplanTag": "HTFIT",
                            "shortDescription": "<strong>1 queen bed</strong><br /> 250 sq feet (23 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "numRoomsAvail": 3,
                            "longDescription": "<strong>1 queen bed</strong><br /> 250 sq feet (23 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "consolidatedComments": "Free Grab and Go Breakfast. A Resort Fee totaling USD413.04 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 12497.10,
                                "tax": 1927.36,
                                "grossPrice": 14424.46,
                                "payAtProperty": 413.04,
                                "dailyPrice": [
                                    422.40,
                                    734.80,
                                    283.80,
                                    507.10,
                                    467.50,
                                    654.50,
                                    647.90,
                                    581.90,
                                    528.00,
                                    185.90,
                                    182.60,
                                    356.40,
                                    748.00,
                                    531.30,
                                    735.90,
                                    627.00,
                                    556.60,
                                    444.40,
                                    344.30,
                                    331.10,
                                    624.80,
                                    778.80,
                                    599.50,
                                    622.60
                                ],
                                "dailyTax": [
                                    65.81,
                                    111.88,
                                    45.36,
                                    78.30,
                                    72.46,
                                    100.04,
                                    99.06,
                                    89.33,
                                    81.38,
                                    30.92,
                                    30.44,
                                    56.07,
                                    113.84,
                                    81.86,
                                    112.04,
                                    95.99,
                                    85.60,
                                    69.05,
                                    54.29,
                                    52.34,
                                    95.66,
                                    118.37,
                                    91.93,
                                    95.34
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Javits Tax",
                                            "value": 36.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "NY Occupancy Tax",
                                            "value": 48.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York City Sales Tax",
                                            "value": 1109.15,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York State Sales Tax",
                                            "value": 734.21,
                                            "currency": "USD",
                                            "description": ""
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Facilities Fee",
                                            "currency": "USD",
                                            "value": 413.04,
                                            "description": "Facility Fee: $17.21 per room, per night which provides guests with the following services, amenities and added value offerings: "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Grab and Go Breakfast",
                                "mealplanName": "Free Continental Breakfast",
                                "mealplanCode": "CBF"
                            },
                            "refundable": false,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-07-29 08:00:00",
                                    "endWindowTime": "2025-08-05 16:00:00",
                                    "cancellationCharge": 14424.46,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "217141|1117101419181|1517291|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|111715131816151419171912181|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Deluxe Double Queen",
                            "roomCode": "DDBL",
                            "rateplanTag": "HTFIT",
                            "shortDescription": "<strong>2 queen beds</strong><br /> 400 sq feet (36 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "numRoomsAvail": 3,
                            "longDescription": "<strong>2 queen beds</strong><br /> 400 sq feet (36 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "consolidatedComments": "Free Grab and Go Breakfast. A Resort Fee totaling USD413.04 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 13182.40,
                                "tax": 2028.44,
                                "grossPrice": 15210.84,
                                "payAtProperty": 413.04,
                                "dailyPrice": [
                                    488.40,
                                    580.80,
                                    473.00,
                                    728.20,
                                    168.30,
                                    266.20,
                                    423.50,
                                    518.10,
                                    682.00,
                                    689.70,
                                    839.30,
                                    442.20,
                                    752.40,
                                    181.50,
                                    753.50,
                                    119.90,
                                    468.60,
                                    323.40,
                                    319.00,
                                    639.10,
                                    820.60,
                                    798.60,
                                    864.60,
                                    841.50
                                ],
                                "dailyTax": [
                                    75.54,
                                    89.17,
                                    73.27,
                                    110.91,
                                    28.33,
                                    42.77,
                                    65.97,
                                    79.92,
                                    104.10,
                                    105.23,
                                    127.30,
                                    68.73,
                                    114.48,
                                    30.27,
                                    114.64,
                                    21.18,
                                    72.62,
                                    51.20,
                                    50.55,
                                    97.77,
                                    124.54,
                                    121.30,
                                    131.03,
                                    127.62
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Javits Tax",
                                            "value": 36.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "NY Occupancy Tax",
                                            "value": 48.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York City Sales Tax",
                                            "value": 1169.97,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York State Sales Tax",
                                            "value": 774.47,
                                            "currency": "USD",
                                            "description": ""
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Facilities Fee",
                                            "currency": "USD",
                                            "value": 413.04,
                                            "description": "Facility Fee: $17.21 per room, per night which provides guests with the following services, amenities and added value offerings: "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Grab and Go Breakfast",
                                "mealplanName": "Free Continental Breakfast",
                                "mealplanCode": "CBF"
                            },
                            "refundable": false,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-07-29 08:00:00",
                                    "endWindowTime": "2025-08-05 16:00:00",
                                    "cancellationCharge": 15210.84,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 2,
                            "htIdentifier": "217141|1117101419181|1517291|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|111715131816151419171916131|121|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Deluxe Double Queen",
                            "roomCode": "DDBL",
                            "rateplanTag": "HTFIT",
                            "shortDescription": "<strong>2 queen beds</strong><br /> 400 sq feet (36 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "numRoomsAvail": 3,
                            "longDescription": "<strong>2 queen beds</strong><br /> 400 sq feet (36 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "consolidatedComments": "Free Grab and Go Breakfast. A Resort Fee totaling USD413.04 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 13446.40,
                                "tax": 2067.34,
                                "grossPrice": 15513.74,
                                "payAtProperty": 413.04,
                                "dailyPrice": [
                                    499.40,
                                    591.80,
                                    484.00,
                                    739.20,
                                    179.30,
                                    277.20,
                                    434.50,
                                    529.10,
                                    693.00,
                                    700.70,
                                    850.30,
                                    453.20,
                                    763.40,
                                    192.50,
                                    764.50,
                                    130.90,
                                    479.60,
                                    334.40,
                                    330.00,
                                    650.10,
                                    831.60,
                                    809.60,
                                    875.60,
                                    852.50
                                ],
                                "dailyTax": [
                                    77.16,
                                    90.79,
                                    74.90,
                                    112.53,
                                    29.94,
                                    44.39,
                                    67.59,
                                    81.54,
                                    105.71,
                                    106.86,
                                    128.92,
                                    70.35,
                                    116.10,
                                    31.89,
                                    116.26,
                                    22.81,
                                    74.24,
                                    52.83,
                                    52.18,
                                    99.39,
                                    126.16,
                                    122.91,
                                    132.65,
                                    129.24
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Javits Tax",
                                            "value": 36.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "NY Occupancy Tax",
                                            "value": 48.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York City Sales Tax",
                                            "value": 1193.35,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York State Sales Tax",
                                            "value": 789.99,
                                            "currency": "USD",
                                            "description": ""
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Facilities Fee",
                                            "currency": "USD",
                                            "value": 413.04,
                                            "description": "Facility Fee: $17.21 per room, per night which provides guests with the following services, amenities and added value offerings: "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Grab and Go Breakfast",
                                "mealplanName": "Free Continental Breakfast",
                                "mealplanCode": "CBF"
                            },
                            "refundable": false,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-07-29 08:00:00",
                                    "endWindowTime": "2025-08-05 16:00:00",
                                    "cancellationCharge": 15513.74,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "217141|1117101510111|1517281|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|111715131816151419171912181|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Studio King",
                            "roomCode": "KING",
                            "rateplanTag": "HTRETN",
                            "shortDescription": "<strong>1 king bed</strong><br /> 280 sq feet (25 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "numRoomsAvail": 3,
                            "longDescription": "<strong>1 king bed</strong><br /> 280 sq feet (25 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "consolidatedComments": "A Resort Fee totaling USD413.04 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 13557.50,
                                "tax": 2083.72,
                                "grossPrice": 15641.22,
                                "payAtProperty": 413.04,
                                "dailyPrice": [
                                    496.10,
                                    623.70,
                                    485.10,
                                    566.50,
                                    723.80,
                                    878.90,
                                    566.50,
                                    766.70,
                                    178.20,
                                    447.70,
                                    431.20,
                                    785.40,
                                    638.00,
                                    418.00,
                                    731.50,
                                    167.20,
                                    849.20,
                                    772.20,
                                    666.60,
                                    509.30,
                                    222.20,
                                    686.40,
                                    790.90,
                                    156.20
                                ],
                                "dailyTax": [
                                    76.68,
                                    95.49,
                                    75.05,
                                    87.06,
                                    110.26,
                                    133.14,
                                    87.06,
                                    116.58,
                                    29.79,
                                    69.53,
                                    67.10,
                                    119.34,
                                    97.60,
                                    65.16,
                                    111.40,
                                    28.16,
                                    128.76,
                                    117.40,
                                    101.82,
                                    78.62,
                                    36.27,
                                    104.75,
                                    120.16,
                                    26.54
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Javits Tax",
                                            "value": 36.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "NY Occupancy Tax",
                                            "value": 48.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York City Sales Tax",
                                            "value": 1203.22,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York State Sales Tax",
                                            "value": 796.50,
                                            "currency": "USD",
                                            "description": ""
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Facilities Fee",
                                            "currency": "USD",
                                            "value": 413.04,
                                            "description": "Facility Fee: $17.21 per room, per night which provides guests with the following services, amenities and added value offerings: "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": false,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-07-29 08:00:00",
                                    "endWindowTime": "2025-08-05 16:00:00",
                                    "cancellationCharge": 15641.22,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "217141|1117101510111|15173|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|111715131816151419171912181|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Studio Queen",
                            "roomCode": "QUEEN",
                            "rateplanTag": "HTRETN",
                            "shortDescription": "<strong>1 queen bed</strong><br /> 250 sq feet (23 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "numRoomsAvail": 10,
                            "longDescription": "<strong>1 queen bed</strong><br /> 250 sq feet (23 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "consolidatedComments": "A Resort Fee totaling USD413.04 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 13621.30,
                                "tax": 2093.14,
                                "grossPrice": 15714.44,
                                "payAtProperty": 413.04,
                                "dailyPrice": [
                                    810.70,
                                    517.00,
                                    823.90,
                                    687.50,
                                    191.40,
                                    727.10,
                                    211.20,
                                    567.60,
                                    133.10,
                                    775.50,
                                    655.60,
                                    403.70,
                                    862.40,
                                    669.90,
                                    552.20,
                                    331.10,
                                    760.10,
                                    716.10,
                                    364.10,
                                    602.80,
                                    116.60,
                                    850.30,
                                    453.20,
                                    838.20
                                ],
                                "dailyTax": [
                                    123.08,
                                    79.75,
                                    125.02,
                                    104.91,
                                    31.73,
                                    110.75,
                                    34.65,
                                    87.22,
                                    23.13,
                                    117.89,
                                    100.20,
                                    63.05,
                                    130.71,
                                    102.31,
                                    84.95,
                                    52.34,
                                    115.62,
                                    109.12,
                                    57.20,
                                    92.41,
                                    20.70,
                                    128.92,
                                    70.35,
                                    127.13
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Javits Tax",
                                            "value": 36.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "NY Occupancy Tax",
                                            "value": 48.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York City Sales Tax",
                                            "value": 1208.88,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York State Sales Tax",
                                            "value": 800.26,
                                            "currency": "USD",
                                            "description": ""
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Facilities Fee",
                                            "currency": "USD",
                                            "value": 413.04,
                                            "description": "Facility Fee: $17.21 per room, per night which provides guests with the following services, amenities and added value offerings: "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": false,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-07-29 08:00:00",
                                    "endWindowTime": "2025-08-05 16:00:00",
                                    "cancellationCharge": 15714.44,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 2,
                            "htIdentifier": "217141|1117101510111|1517281|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|111715131816151419171916121|121|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Studio King",
                            "roomCode": "KING",
                            "rateplanTag": "HTRETN",
                            "shortDescription": "<strong>1 king bed</strong><br /> 280 sq feet (25 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "numRoomsAvail": 3,
                            "longDescription": "<strong>1 king bed</strong><br /> 280 sq feet (25 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "consolidatedComments": "A Resort Fee totaling USD413.04 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 13821.50,
                                "tax": 2122.69,
                                "grossPrice": 15944.19,
                                "payAtProperty": 413.04,
                                "dailyPrice": [
                                    507.10,
                                    634.70,
                                    496.10,
                                    577.50,
                                    734.80,
                                    889.90,
                                    577.50,
                                    777.70,
                                    189.20,
                                    458.70,
                                    442.20,
                                    796.40,
                                    649.00,
                                    429.00,
                                    742.50,
                                    178.20,
                                    860.20,
                                    783.20,
                                    677.60,
                                    520.30,
                                    233.20,
                                    697.40,
                                    801.90,
                                    167.20
                                ],
                                "dailyTax": [
                                    78.30,
                                    97.12,
                                    76.68,
                                    88.68,
                                    111.88,
                                    134.76,
                                    88.68,
                                    118.21,
                                    31.41,
                                    71.16,
                                    68.73,
                                    120.97,
                                    99.23,
                                    66.77,
                                    113.02,
                                    29.79,
                                    130.38,
                                    119.02,
                                    103.45,
                                    80.25,
                                    37.90,
                                    106.36,
                                    121.78,
                                    28.16
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Javits Tax",
                                            "value": 36.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "NY Occupancy Tax",
                                            "value": 48.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York City Sales Tax",
                                            "value": 1226.67,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York State Sales Tax",
                                            "value": 812.02,
                                            "currency": "USD",
                                            "description": ""
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Facilities Fee",
                                            "currency": "USD",
                                            "value": 413.04,
                                            "description": "Facility Fee: $17.21 per room, per night which provides guests with the following services, amenities and added value offerings: "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": false,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-07-29 08:00:00",
                                    "endWindowTime": "2025-08-05 16:00:00",
                                    "cancellationCharge": 15944.19,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 2,
                            "htIdentifier": "217141|1117101510111|15173|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|111715131816151419171916121|121|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Studio Queen",
                            "roomCode": "QUEEN",
                            "rateplanTag": "HTRETN",
                            "shortDescription": "<strong>1 queen bed</strong><br /> 250 sq feet (23 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "numRoomsAvail": 10,
                            "longDescription": "<strong>1 queen bed</strong><br /> 250 sq feet (23 sq meters)<br /><br /><b>Relax</b> - In-room massage available<br /><b>Entertainment</b> - Free Wi-Fi, 42-inch LCD TV with cable channels<br /><b>Food & Drink</b> - Minibar<br /><b>Bathroom</b> - Private bathroom with bathrobes, designer toiletries, and a hair dryer<br />Non-Smoking<br />",
                            "consolidatedComments": "A Resort Fee totaling USD413.04 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 13885.30,
                                "tax": 2132.06,
                                "grossPrice": 16017.36,
                                "payAtProperty": 413.04,
                                "dailyPrice": [
                                    821.70,
                                    528.00,
                                    834.90,
                                    698.50,
                                    202.40,
                                    738.10,
                                    222.20,
                                    578.60,
                                    144.10,
                                    786.50,
                                    666.60,
                                    414.70,
                                    873.40,
                                    680.90,
                                    563.20,
                                    342.10,
                                    771.10,
                                    727.10,
                                    375.10,
                                    613.80,
                                    127.60,
                                    861.30,
                                    464.20,
                                    849.20
                                ],
                                "dailyTax": [
                                    124.70,
                                    81.38,
                                    126.65,
                                    106.53,
                                    33.35,
                                    112.37,
                                    36.27,
                                    88.84,
                                    24.76,
                                    119.51,
                                    101.82,
                                    64.66,
                                    132.32,
                                    103.93,
                                    86.57,
                                    53.96,
                                    117.24,
                                    110.75,
                                    58.83,
                                    94.03,
                                    22.32,
                                    130.54,
                                    71.97,
                                    128.76
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Javits Tax",
                                            "value": 36.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "NY Occupancy Tax",
                                            "value": 48.00,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York City Sales Tax",
                                            "value": 1232.31,
                                            "currency": "USD",
                                            "description": ""
                                        },
                                        {
                                            "name": "New York State Sales Tax",
                                            "value": 815.75,
                                            "currency": "USD",
                                            "description": ""
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Facilities Fee",
                                            "currency": "USD",
                                            "value": 413.04,
                                            "description": "Facility Fee: $17.21 per room, per night which provides guests with the following services, amenities and added value offerings: "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": false,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-07-29 08:00:00",
                                    "endWindowTime": "2025-08-05 16:00:00",
                                    "cancellationCharge": 16017.36,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        }
                    ],
                    "shortDescription": "<https://www.refineryhotelnewyork.com/covid-19/Property> Location With a stay at Refinery Hotel in New York (Midtown West), you'll be minutes from Bryant Park and Macy's. This 5-star hotel is close to Empire State Building and Times Square Rooms Make yourself at home in one of the 197 air-conditioned rooms featuring iPod docking stations and minibars. Your bed comes with down comforters and Frette Italian sheets. 42-inch LCD televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. Private bathrooms have designer toiletries and hair dryers Rec, Spa, Premium Amenities Enjoy recreation amenities such as a fitness center or take in the view from a rooftop terrace. Additional features include complimentary wireless Internet access and tour/ticket assistance Dining Grab a bite to eat at the hotel's restaurant, which features a bar, or stay in and take advantage of 24-hour room service. Quench your thirst with your favorite drink at a bar/lounge. Business, Other Amenities Featured amenities include express check-in, express check-out, and complimentary newspapers in the lobby.",
                    "longDescription": "Property Location With a stay at Refinery Hotel in New York (Midtown West), you'll be minutes from Bryant Park and Macy's. This 5-star hotel is close to Empire State Building and Times Square Rooms Make yourself at home in one of the 197 air-conditioned rooms featuring iPod docking stations and minibars. Your bed comes with down comforters and Frette Italian sheets. 42-inch LCD televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. Private bathrooms have designer toiletries and hair dryers Rec, Spa, Premium Amenities Enjoy recreation amenities such as a fitness center or take in the view from a rooftop terrace. Additional features include complimentary wireless Internet access and tour/ticket assistance Dining Grab a bite to eat at the hotel's restaurant, which features a bar, or stay in and take advantage of 24-hour room service. Quench your thirst with your favorite drink at a bar/lounge. Business, Other Amenities Featured amenities include express check-in, express check-out, and complimentary newspapers in the lobby.",
                    "city": "New York",
                    "latitude": "40.75211",
                    "longitude": "-73.98546",
                    "starRating": 5.0,
                    "hotelImageUrl": null
                },
                {
                    "propertyId": 2262291,
                    "propertyName": "The Bostonian Boston",
                    "occupancies": [
                        {
                            "occupancyRefId": 1,
                            "checkInDate": "2025-08-05",
                            "checkOutDate": "2025-08-29",
                            "numberOfAdults": 2,
                            "numberOfChildren": 0,
                            "guestAges": "30,30"
                        },
                        {
                            "occupancyRefId": 2,
                            "checkInDate": "2025-08-05",
                            "checkOutDate": "2025-08-29",
                            "numberOfAdults": 2,
                            "numberOfChildren": 1,
                            "guestAges": "30,30,4"
                        }
                    ],
                    "rooms": [
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "8131110181|13111623181|14191016102|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810241|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Deluxe King",
                            "roomCode": "DLX0001K",
                            "rateplanTag": "HTRET",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tJuliette balcony overlooking Faneuil Hall\\r\\n\\r\\n•\\tFloor to ceiling windows\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "numRoomsAvail": 3,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tJuliette balcony overlooking Faneuil Hall\\r\\n\\r\\n•\\tFloor to ceiling windows\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "consolidatedComments": "Free Breakfast. A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 9440.20,
                                "tax": 1552.93,
                                "grossPrice": 10993.13,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    228.80,
                                    817.30,
                                    242.00,
                                    163.90,
                                    144.10,
                                    463.10,
                                    218.90,
                                    145.20,
                                    465.30,
                                    795.30,
                                    226.60,
                                    618.20,
                                    645.70,
                                    140.80,
                                    171.60,
                                    588.50,
                                    278.30,
                                    540.10,
                                    745.80,
                                    179.30,
                                    580.80,
                                    518.10,
                                    182.60,
                                    339.90
                                ],
                                "dailyTax": [
                                    37.64,
                                    134.45,
                                    39.81,
                                    26.96,
                                    23.70,
                                    76.18,
                                    36.01,
                                    23.89,
                                    76.54,
                                    130.83,
                                    37.28,
                                    101.69,
                                    106.22,
                                    23.16,
                                    28.22,
                                    96.81,
                                    45.78,
                                    88.84,
                                    122.69,
                                    29.50,
                                    95.54,
                                    85.23,
                                    30.04,
                                    55.92
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 141.60,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1411.33,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Breakfast",
                                "mealplanName": "Free Breakfastt",
                                "mealplanCode": "BBF"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-04 16:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 266.44,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "8131110181|13111624111|1419101610141|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810231|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Studio Suite King",
                            "roomCode": "STE0011K",
                            "rateplanTag": "HTREN3",
                            "shortDescription": "•\\tSuite with fireplace and seating area\\r\\n\\r\\n•\\tJuliette step-out balcony \\r\\n\\r\\n•\\tMarble bathroom with granite vanities\\r\\n\\r\\n•\\tTurn down service and in room safe\\r\\n",
                            "numRoomsAvail": 2,
                            "longDescription": "•\\tSuite with fireplace and seating area\\r\\n\\r\\n•\\tJuliette step-out balcony \\r\\n\\r\\n•\\tMarble bathroom with granite vanities\\r\\n\\r\\n•\\tTurn down service and in room safe\\r\\n",
                            "consolidatedComments": "Free Grab and Go Breakfast. A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 9810.90,
                                "tax": 1613.89,
                                "grossPrice": 11424.79,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    722.70,
                                    360.80,
                                    260.70,
                                    303.60,
                                    706.20,
                                    863.50,
                                    403.70,
                                    288.20,
                                    193.60,
                                    424.60,
                                    156.20,
                                    684.20,
                                    325.60,
                                    198.00,
                                    645.70,
                                    176.00,
                                    745.80,
                                    320.10,
                                    605.00,
                                    126.50,
                                    202.40,
                                    381.70,
                                    337.70,
                                    378.40
                                ],
                                "dailyTax": [
                                    118.88,
                                    59.35,
                                    42.88,
                                    49.94,
                                    116.17,
                                    142.04,
                                    66.41,
                                    47.41,
                                    31.84,
                                    69.85,
                                    25.69,
                                    112.55,
                                    53.56,
                                    32.57,
                                    106.22,
                                    28.95,
                                    122.69,
                                    52.65,
                                    99.53,
                                    20.81,
                                    33.30,
                                    62.79,
                                    55.56,
                                    62.25
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 147.17,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1466.72,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Grab and Go Breakfast",
                                "mealplanName": "Free Continental Breakfast",
                                "mealplanCode": "CBF"
                            },
                            "refundable": false,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-07-29 08:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 11424.79,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "8131110181|13111624121|1419101519171|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810231|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Standard 2 Doubles",
                            "roomCode": "STD0002D",
                            "rateplanTag": "HTRETN",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations \\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "numRoomsAvail": 2,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations \\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "consolidatedComments": "A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 9907.70,
                                "tax": 1629.79,
                                "grossPrice": 11537.49,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    225.50,
                                    500.50,
                                    151.80,
                                    800.80,
                                    160.60,
                                    176.00,
                                    352.00,
                                    468.60,
                                    543.40,
                                    116.60,
                                    178.20,
                                    504.90,
                                    277.20,
                                    875.60,
                                    114.40,
                                    530.20,
                                    749.10,
                                    773.30,
                                    508.20,
                                    669.90,
                                    152.90,
                                    139.70,
                                    772.20,
                                    166.10
                                ],
                                "dailyTax": [
                                    37.09,
                                    82.33,
                                    24.97,
                                    131.73,
                                    26.42,
                                    28.95,
                                    57.90,
                                    77.09,
                                    89.39,
                                    19.18,
                                    29.31,
                                    83.05,
                                    45.60,
                                    144.03,
                                    18.82,
                                    87.21,
                                    123.23,
                                    127.21,
                                    83.60,
                                    110.20,
                                    25.15,
                                    22.99,
                                    127.02,
                                    27.32
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 148.61,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1481.18,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": false,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-07-29 08:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 11537.49,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 2,
                            "htIdentifier": "8131110181|13111624121|1419101519171|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|111715131816151419181014151|121|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Standard 2 Doubles",
                            "roomCode": "STD0002D",
                            "rateplanTag": "HTRETN",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations \\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "numRoomsAvail": 2,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations \\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "consolidatedComments": "A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 9907.70,
                                "tax": 1629.79,
                                "grossPrice": 11537.49,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    225.50,
                                    500.50,
                                    151.80,
                                    800.80,
                                    160.60,
                                    176.00,
                                    352.00,
                                    468.60,
                                    543.40,
                                    116.60,
                                    178.20,
                                    504.90,
                                    277.20,
                                    875.60,
                                    114.40,
                                    530.20,
                                    749.10,
                                    773.30,
                                    508.20,
                                    669.90,
                                    152.90,
                                    139.70,
                                    772.20,
                                    166.10
                                ],
                                "dailyTax": [
                                    37.09,
                                    82.33,
                                    24.97,
                                    131.73,
                                    26.42,
                                    28.95,
                                    57.90,
                                    77.09,
                                    89.39,
                                    19.18,
                                    29.31,
                                    83.05,
                                    45.60,
                                    144.03,
                                    18.82,
                                    87.21,
                                    123.23,
                                    127.21,
                                    83.60,
                                    110.20,
                                    25.15,
                                    22.99,
                                    127.02,
                                    27.32
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 148.61,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1481.18,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": false,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-07-29 08:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 11537.49,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "8131110181|13111624111|1419101519171|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810231|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Standard 2 Doubles",
                            "roomCode": "STD0002D",
                            "rateplanTag": "HTREN3",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations \\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "numRoomsAvail": 2,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations \\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "consolidatedComments": "Free Grab and Go Breakfast. A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 10220.10,
                                "tax": 1681.21,
                                "grossPrice": 11901.31,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    201.30,
                                    796.40,
                                    345.40,
                                    552.20,
                                    778.80,
                                    124.30,
                                    539.00,
                                    425.70,
                                    228.80,
                                    628.10,
                                    218.90,
                                    211.20,
                                    686.40,
                                    234.30,
                                    302.50,
                                    708.40,
                                    163.90,
                                    870.10,
                                    605.00,
                                    205.70,
                                    348.70,
                                    612.70,
                                    262.90,
                                    169.40
                                ],
                                "dailyTax": [
                                    33.11,
                                    131.01,
                                    56.82,
                                    90.83,
                                    128.11,
                                    20.44,
                                    88.67,
                                    70.03,
                                    37.64,
                                    103.32,
                                    36.01,
                                    34.74,
                                    112.92,
                                    38.54,
                                    49.76,
                                    116.54,
                                    26.96,
                                    143.13,
                                    99.53,
                                    33.84,
                                    57.36,
                                    100.79,
                                    43.24,
                                    27.87
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 153.31,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1527.90,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Grab and Go Breakfast",
                                "mealplanName": "Free Continental Breakfast",
                                "mealplanCode": "CBF"
                            },
                            "refundable": false,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-07-29 08:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 11901.31,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 2,
                            "htIdentifier": "8131110181|13111624111|1419101519171|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810142|121|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Standard 2 Doubles",
                            "roomCode": "STD0002D",
                            "rateplanTag": "HTREN3",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations \\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "numRoomsAvail": 2,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations \\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "consolidatedComments": "Free Grab and Go Breakfast. A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 10220.10,
                                "tax": 1681.21,
                                "grossPrice": 11901.31,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    201.30,
                                    796.40,
                                    345.40,
                                    552.20,
                                    778.80,
                                    124.30,
                                    539.00,
                                    425.70,
                                    228.80,
                                    628.10,
                                    218.90,
                                    211.20,
                                    686.40,
                                    234.30,
                                    302.50,
                                    708.40,
                                    163.90,
                                    870.10,
                                    605.00,
                                    205.70,
                                    348.70,
                                    612.70,
                                    262.90,
                                    169.40
                                ],
                                "dailyTax": [
                                    33.11,
                                    131.01,
                                    56.82,
                                    90.83,
                                    128.11,
                                    20.44,
                                    88.67,
                                    70.03,
                                    37.64,
                                    103.32,
                                    36.01,
                                    34.74,
                                    112.92,
                                    38.54,
                                    49.76,
                                    116.54,
                                    26.96,
                                    143.13,
                                    99.53,
                                    33.84,
                                    57.36,
                                    100.79,
                                    43.24,
                                    27.87
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 153.31,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1527.90,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Grab and Go Breakfast",
                                "mealplanName": "Free Continental Breakfast",
                                "mealplanCode": "CBF"
                            },
                            "refundable": false,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-07-29 08:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 11901.31,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "8131110181|13111624111|1419101519181|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810221|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Superior King",
                            "roomCode": "SUP0001K",
                            "rateplanTag": "HTREN3",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tFloor to ceiling windows with historic views\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n\\r\\n•\\tJuliet balcony\\r\\n",
                            "numRoomsAvail": 3,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tFloor to ceiling windows with historic views\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n\\r\\n•\\tJuliet balcony\\r\\n",
                            "consolidatedComments": "Free Grab and Go Breakfast. A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 10424.70,
                                "tax": 1714.87,
                                "grossPrice": 12139.57,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    168.30,
                                    752.40,
                                    476.30,
                                    493.90,
                                    399.30,
                                    255.20,
                                    371.80,
                                    471.90,
                                    262.90,
                                    522.50,
                                    391.60,
                                    258.50,
                                    161.70,
                                    490.60,
                                    264.00,
                                    665.50,
                                    829.40,
                                    781.00,
                                    299.20,
                                    229.90,
                                    514.80,
                                    745.80,
                                    159.50,
                                    458.70
                                ],
                                "dailyTax": [
                                    27.68,
                                    123.77,
                                    78.35,
                                    81.25,
                                    65.69,
                                    41.98,
                                    61.16,
                                    77.63,
                                    43.24,
                                    85.95,
                                    64.41,
                                    42.53,
                                    26.60,
                                    80.70,
                                    43.43,
                                    109.47,
                                    136.44,
                                    128.48,
                                    49.22,
                                    37.82,
                                    84.68,
                                    122.69,
                                    26.24,
                                    75.46
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 156.38,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1558.49,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Grab and Go Breakfast",
                                "mealplanName": "Free Continental Breakfast",
                                "mealplanCode": "CBF"
                            },
                            "refundable": false,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-07-29 08:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 12139.57,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "8131110181|13111623191|1419101610121|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810241|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Accessible Standard King - Roll-in Shower",
                            "roomCode": "STDAS01K",
                            "rateplanTag": "HTPKG",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations\\r\\n\\r\\n•\\tAccessible bathroom with roll in shower\\r\\n",
                            "numRoomsAvail": 7,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations\\r\\n\\r\\n•\\tAccessible bathroom with roll in shower\\r\\n",
                            "consolidatedComments": "A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 10673.30,
                                "tax": 1755.75,
                                "grossPrice": 12429.05,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    768.90,
                                    726.00,
                                    394.90,
                                    504.90,
                                    315.70,
                                    184.80,
                                    423.50,
                                    237.60,
                                    152.90,
                                    335.50,
                                    170.50,
                                    643.50,
                                    822.80,
                                    374.00,
                                    578.60,
                                    713.90,
                                    499.40,
                                    412.50,
                                    579.70,
                                    289.30,
                                    520.30,
                                    345.40,
                                    529.10,
                                    149.60
                                ],
                                "dailyTax": [
                                    126.48,
                                    119.43,
                                    64.96,
                                    83.05,
                                    51.94,
                                    30.40,
                                    69.66,
                                    39.08,
                                    25.15,
                                    55.19,
                                    28.05,
                                    105.85,
                                    135.35,
                                    61.52,
                                    95.18,
                                    117.44,
                                    82.15,
                                    67.86,
                                    95.37,
                                    47.59,
                                    85.58,
                                    56.82,
                                    87.04,
                                    24.61
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 160.08,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1595.67,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-04 16:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 895.38,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "8131110181|13111623181|1419101519181|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810221|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Superior King",
                            "roomCode": "SUP0001K",
                            "rateplanTag": "HTRET",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tFloor to ceiling windows with historic views\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n\\r\\n•\\tJuliet balcony\\r\\n",
                            "numRoomsAvail": 4,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tFloor to ceiling windows with historic views\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n\\r\\n•\\tJuliet balcony\\r\\n",
                            "consolidatedComments": "Free Breakfast. A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 10881.20,
                                "tax": 1789.97,
                                "grossPrice": 12671.17,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    214.50,
                                    797.50,
                                    502.70,
                                    369.60,
                                    324.50,
                                    144.10,
                                    707.30,
                                    376.20,
                                    441.10,
                                    316.80,
                                    657.80,
                                    112.20,
                                    545.60,
                                    718.30,
                                    424.60,
                                    416.90,
                                    429.00,
                                    434.50,
                                    620.40,
                                    793.10,
                                    544.50,
                                    579.70,
                                    169.40,
                                    240.90
                                ],
                                "dailyTax": [
                                    35.29,
                                    131.19,
                                    82.69,
                                    60.80,
                                    53.38,
                                    23.70,
                                    116.35,
                                    61.88,
                                    72.56,
                                    52.11,
                                    108.21,
                                    18.45,
                                    89.75,
                                    118.16,
                                    69.85,
                                    68.58,
                                    70.58,
                                    71.48,
                                    102.06,
                                    130.47,
                                    89.57,
                                    95.37,
                                    27.87,
                                    39.62
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 163.22,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1626.75,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Breakfast",
                                "mealplanName": "Free Breakfastt",
                                "mealplanCode": "BBF"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-04 16:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 249.79,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "8131110181|13111623191|14191015192|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810221|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Superior 2 Doubles",
                            "roomCode": "SUP0002D",
                            "rateplanTag": "HTPKG",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tFloor to ceiling windows with historic views\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n\\r\\n•\\tJuliet balcony\\r\\n",
                            "numRoomsAvail": 3,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tFloor to ceiling windows with historic views\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n\\r\\n•\\tJuliet balcony\\r\\n",
                            "consolidatedComments": "A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 11345.40,
                                "tax": 1866.34,
                                "grossPrice": 13211.74,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    467.50,
                                    773.30,
                                    544.50,
                                    111.10,
                                    532.40,
                                    445.50,
                                    789.80,
                                    213.40,
                                    531.30,
                                    223.30,
                                    507.10,
                                    605.00,
                                    215.60,
                                    375.10,
                                    488.40,
                                    542.30,
                                    301.40,
                                    741.40,
                                    387.20,
                                    583.00,
                                    631.40,
                                    570.90,
                                    535.70,
                                    228.80
                                ],
                                "dailyTax": [
                                    76.90,
                                    127.21,
                                    89.57,
                                    18.28,
                                    87.58,
                                    73.28,
                                    129.93,
                                    35.10,
                                    87.40,
                                    36.73,
                                    83.42,
                                    99.53,
                                    35.46,
                                    61.71,
                                    80.35,
                                    89.20,
                                    49.58,
                                    121.96,
                                    63.70,
                                    95.91,
                                    103.86,
                                    93.91,
                                    88.13,
                                    37.64
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 170.20,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1696.14,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-04 16:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 544.40,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 2,
                            "htIdentifier": "8131110181|13111623191|14191015192|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810142|121|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Superior 2 Doubles",
                            "roomCode": "SUP0002D",
                            "rateplanTag": "HTPKG",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tFloor to ceiling windows with historic views\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n\\r\\n•\\tJuliet balcony\\r\\n",
                            "numRoomsAvail": 3,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tFloor to ceiling windows with historic views\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n\\r\\n•\\tJuliet balcony\\r\\n",
                            "consolidatedComments": "A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 11345.40,
                                "tax": 1866.34,
                                "grossPrice": 13211.74,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    467.50,
                                    773.30,
                                    544.50,
                                    111.10,
                                    532.40,
                                    445.50,
                                    789.80,
                                    213.40,
                                    531.30,
                                    223.30,
                                    507.10,
                                    605.00,
                                    215.60,
                                    375.10,
                                    488.40,
                                    542.30,
                                    301.40,
                                    741.40,
                                    387.20,
                                    583.00,
                                    631.40,
                                    570.90,
                                    535.70,
                                    228.80
                                ],
                                "dailyTax": [
                                    76.90,
                                    127.21,
                                    89.57,
                                    18.28,
                                    87.58,
                                    73.28,
                                    129.93,
                                    35.10,
                                    87.40,
                                    36.73,
                                    83.42,
                                    99.53,
                                    35.46,
                                    61.71,
                                    80.35,
                                    89.20,
                                    49.58,
                                    121.96,
                                    63.70,
                                    95.91,
                                    103.86,
                                    93.91,
                                    88.13,
                                    37.64
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 170.20,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1696.14,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-04 16:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 544.40,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "8131110181|13111623181|1419101519161|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810231|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Standard King",
                            "roomCode": "STD0001K",
                            "rateplanTag": "HTRET",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "numRoomsAvail": 9,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "consolidatedComments": "Free Breakfast. A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 11346.50,
                                "tax": 1866.49,
                                "grossPrice": 13212.99,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    760.10,
                                    339.90,
                                    717.20,
                                    427.90,
                                    391.60,
                                    823.90,
                                    584.10,
                                    182.60,
                                    766.70,
                                    343.20,
                                    856.90,
                                    110.00,
                                    388.30,
                                    289.30,
                                    396.00,
                                    850.30,
                                    838.20,
                                    365.20,
                                    392.70,
                                    210.10,
                                    411.40,
                                    484.00,
                                    217.80,
                                    199.10
                                ],
                                "dailyTax": [
                                    125.03,
                                    55.92,
                                    117.98,
                                    70.39,
                                    64.41,
                                    135.53,
                                    96.08,
                                    30.04,
                                    126.12,
                                    56.46,
                                    140.96,
                                    18.10,
                                    63.87,
                                    47.59,
                                    65.14,
                                    139.87,
                                    137.88,
                                    60.08,
                                    64.60,
                                    34.56,
                                    67.67,
                                    79.62,
                                    35.83,
                                    32.76
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 170.19,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1696.30,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Breakfast",
                                "mealplanName": "Free Breakfastt",
                                "mealplanCode": "BBF"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-04 16:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 885.13,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "8131110181|13111623181|1419101519171|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810231|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Standard 2 Doubles",
                            "roomCode": "STD0002D",
                            "rateplanTag": "HTRET",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations \\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "numRoomsAvail": 2,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations \\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "consolidatedComments": "Free Breakfast. A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 11445.50,
                                "tax": 1882.79,
                                "grossPrice": 13328.29,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    664.40,
                                    421.30,
                                    625.90,
                                    630.30,
                                    858.00,
                                    404.80,
                                    654.50,
                                    341.00,
                                    201.30,
                                    189.20,
                                    810.70,
                                    520.30,
                                    179.30,
                                    247.50,
                                    116.60,
                                    389.40,
                                    506.00,
                                    156.20,
                                    629.20,
                                    568.70,
                                    562.10,
                                    204.60,
                                    709.50,
                                    854.70
                                ],
                                "dailyTax": [
                                    109.30,
                                    69.30,
                                    102.96,
                                    103.68,
                                    141.14,
                                    66.59,
                                    107.67,
                                    56.10,
                                    33.11,
                                    31.13,
                                    133.36,
                                    85.58,
                                    29.50,
                                    40.71,
                                    19.18,
                                    64.06,
                                    83.24,
                                    25.69,
                                    103.51,
                                    93.55,
                                    92.46,
                                    33.66,
                                    116.71,
                                    140.60
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 171.68,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1711.11,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Breakfast",
                                "mealplanName": "Free Breakfastt",
                                "mealplanCode": "BBF"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-04 16:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 773.70,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 2,
                            "htIdentifier": "8131110181|13111623181|1419101519171|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|111715131816151419181014151|121|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Standard 2 Doubles",
                            "roomCode": "STD0002D",
                            "rateplanTag": "HTRET",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations \\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "numRoomsAvail": 2,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations \\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "consolidatedComments": "Free Breakfast. A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 11445.50,
                                "tax": 1882.79,
                                "grossPrice": 13328.29,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    664.40,
                                    421.30,
                                    625.90,
                                    630.30,
                                    858.00,
                                    404.80,
                                    654.50,
                                    341.00,
                                    201.30,
                                    189.20,
                                    810.70,
                                    520.30,
                                    179.30,
                                    247.50,
                                    116.60,
                                    389.40,
                                    506.00,
                                    156.20,
                                    629.20,
                                    568.70,
                                    562.10,
                                    204.60,
                                    709.50,
                                    854.70
                                ],
                                "dailyTax": [
                                    109.30,
                                    69.30,
                                    102.96,
                                    103.68,
                                    141.14,
                                    66.59,
                                    107.67,
                                    56.10,
                                    33.11,
                                    31.13,
                                    133.36,
                                    85.58,
                                    29.50,
                                    40.71,
                                    19.18,
                                    64.06,
                                    83.24,
                                    25.69,
                                    103.51,
                                    93.55,
                                    92.46,
                                    33.66,
                                    116.71,
                                    140.60
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 171.68,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1711.11,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Breakfast",
                                "mealplanName": "Free Breakfastt",
                                "mealplanCode": "BBF"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-04 16:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 773.70,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "8131110181|13111623181|1419101610121|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810241|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Accessible Standard King - Roll-in Shower",
                            "roomCode": "STDAS01K",
                            "rateplanTag": "HTRET",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations\\r\\n\\r\\n•\\tAccessible bathroom with roll in shower\\r\\n",
                            "numRoomsAvail": 3,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations\\r\\n\\r\\n•\\tAccessible bathroom with roll in shower\\r\\n",
                            "consolidatedComments": "Free Breakfast. A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 11469.70,
                                "tax": 1886.80,
                                "grossPrice": 13356.50,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    601.70,
                                    139.70,
                                    481.80,
                                    479.60,
                                    596.20,
                                    762.30,
                                    498.30,
                                    865.70,
                                    700.70,
                                    509.30,
                                    325.60,
                                    390.50,
                                    363.00,
                                    237.60,
                                    110.00,
                                    578.60,
                                    495.00,
                                    862.40,
                                    133.10,
                                    644.60,
                                    766.70,
                                    187.00,
                                    305.80,
                                    434.50
                                ],
                                "dailyTax": [
                                    98.98,
                                    22.99,
                                    79.26,
                                    78.89,
                                    98.07,
                                    125.39,
                                    81.97,
                                    142.41,
                                    115.26,
                                    83.78,
                                    53.56,
                                    64.24,
                                    59.72,
                                    39.08,
                                    18.10,
                                    95.18,
                                    81.43,
                                    141.87,
                                    21.90,
                                    106.04,
                                    126.12,
                                    30.77,
                                    50.31,
                                    71.48
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 172.07,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1714.73,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Breakfast",
                                "mealplanName": "Free Breakfastt",
                                "mealplanCode": "BBF"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-04 16:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 700.68,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "8131110181|13111624111|1419101519161|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810231|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Standard King",
                            "roomCode": "STD0001K",
                            "rateplanTag": "HTREN3",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "numRoomsAvail": 5,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "consolidatedComments": "Free Grab and Go Breakfast. A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 11694.10,
                                "tax": 1923.71,
                                "grossPrice": 13617.81,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    370.70,
                                    281.60,
                                    242.00,
                                    526.90,
                                    862.40,
                                    836.00,
                                    199.10,
                                    493.90,
                                    456.50,
                                    521.40,
                                    303.60,
                                    157.30,
                                    861.30,
                                    237.60,
                                    129.80,
                                    743.60,
                                    572.00,
                                    624.80,
                                    566.50,
                                    185.90,
                                    777.70,
                                    493.90,
                                    402.60,
                                    847.00
                                ],
                                "dailyTax": [
                                    60.98,
                                    46.32,
                                    39.81,
                                    86.67,
                                    141.87,
                                    137.52,
                                    32.76,
                                    81.25,
                                    75.10,
                                    85.77,
                                    49.94,
                                    25.88,
                                    141.68,
                                    39.08,
                                    21.36,
                                    122.32,
                                    94.09,
                                    102.78,
                                    93.19,
                                    30.58,
                                    127.94,
                                    81.25,
                                    66.23,
                                    139.34
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 175.42,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1748.29,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Grab and Go Breakfast",
                                "mealplanName": "Free Continental Breakfast",
                                "mealplanCode": "CBF"
                            },
                            "refundable": false,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-07-29 08:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 13617.81,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "8131110181|13111624111|14191016102|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810241|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Deluxe King",
                            "roomCode": "DLX0001K",
                            "rateplanTag": "HTREN3",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tJuliette balcony overlooking Faneuil Hall\\r\\n\\r\\n•\\tFloor to ceiling windows\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "numRoomsAvail": 8,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tJuliette balcony overlooking Faneuil Hall\\r\\n\\r\\n•\\tFloor to ceiling windows\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "consolidatedComments": "Free Grab and Go Breakfast. A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 11947.10,
                                "tax": 1965.32,
                                "grossPrice": 13912.42,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    583.00,
                                    817.30,
                                    334.40,
                                    573.10,
                                    221.10,
                                    244.20,
                                    165.00,
                                    336.60,
                                    616.00,
                                    236.50,
                                    308.00,
                                    691.90,
                                    188.10,
                                    820.60,
                                    675.40,
                                    475.20,
                                    297.00,
                                    760.10,
                                    779.90,
                                    796.40,
                                    322.30,
                                    753.50,
                                    484.00,
                                    467.50
                                ],
                                "dailyTax": [
                                    95.91,
                                    134.45,
                                    55.01,
                                    94.28,
                                    36.37,
                                    40.17,
                                    27.15,
                                    55.37,
                                    101.33,
                                    38.91,
                                    50.67,
                                    113.82,
                                    30.94,
                                    134.99,
                                    111.10,
                                    78.17,
                                    48.86,
                                    125.03,
                                    128.30,
                                    131.01,
                                    53.01,
                                    123.95,
                                    79.62,
                                    76.90
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 179.23,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1786.09,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Grab and Go Breakfast",
                                "mealplanName": "Free Continental Breakfast",
                                "mealplanCode": "CBF"
                            },
                            "refundable": false,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-07-29 08:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 13912.42,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "8131110181|13111623191|1419101519181|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810221|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Superior King",
                            "roomCode": "SUP0001K",
                            "rateplanTag": "HTPKG",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tFloor to ceiling windows with historic views\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n\\r\\n•\\tJuliet balcony\\r\\n",
                            "numRoomsAvail": 4,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tFloor to ceiling windows with historic views\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n\\r\\n•\\tJuliet balcony\\r\\n",
                            "consolidatedComments": "A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 11950.40,
                                "tax": 1965.85,
                                "grossPrice": 13916.25,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    474.10,
                                    804.10,
                                    427.90,
                                    438.90,
                                    381.70,
                                    311.30,
                                    666.60,
                                    451.00,
                                    261.80,
                                    140.80,
                                    671.00,
                                    823.90,
                                    513.70,
                                    229.90,
                                    612.70,
                                    348.70,
                                    766.70,
                                    236.50,
                                    872.30,
                                    591.80,
                                    489.50,
                                    424.60,
                                    565.40,
                                    445.50
                                ],
                                "dailyTax": [
                                    77.99,
                                    132.27,
                                    70.39,
                                    72.20,
                                    62.79,
                                    51.21,
                                    109.66,
                                    74.19,
                                    43.07,
                                    23.16,
                                    110.38,
                                    135.53,
                                    84.51,
                                    37.82,
                                    100.79,
                                    57.36,
                                    126.12,
                                    38.91,
                                    143.49,
                                    97.35,
                                    80.52,
                                    69.85,
                                    93.01,
                                    73.28
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 179.27,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1786.58,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-04 16:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 552.09,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "8131110181|13111623181|14191015192|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810221|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Superior 2 Doubles",
                            "roomCode": "SUP0002D",
                            "rateplanTag": "HTRET",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tFloor to ceiling windows with historic views\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n\\r\\n•\\tJuliet balcony\\r\\n",
                            "numRoomsAvail": 3,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tFloor to ceiling windows with historic views\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n\\r\\n•\\tJuliet balcony\\r\\n",
                            "consolidatedComments": "Free Breakfast. A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 12153.90,
                                "tax": 1999.34,
                                "grossPrice": 14153.24,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    132.00,
                                    143.00,
                                    738.10,
                                    346.50,
                                    721.60,
                                    200.20,
                                    442.20,
                                    759.00,
                                    305.80,
                                    764.50,
                                    583.00,
                                    713.90,
                                    660.00,
                                    801.90,
                                    792.00,
                                    569.80,
                                    570.90,
                                    338.80,
                                    521.40,
                                    239.80,
                                    557.70,
                                    128.70,
                                    311.30,
                                    811.80
                                ],
                                "dailyTax": [
                                    21.71,
                                    23.53,
                                    121.42,
                                    57.00,
                                    118.70,
                                    32.93,
                                    72.74,
                                    124.86,
                                    50.31,
                                    125.76,
                                    95.91,
                                    117.44,
                                    108.57,
                                    131.91,
                                    130.28,
                                    93.74,
                                    93.91,
                                    55.73,
                                    85.77,
                                    39.45,
                                    91.75,
                                    21.17,
                                    51.21,
                                    133.54
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 182.33,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1817.01,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Breakfast",
                                "mealplanName": "Free Breakfastt",
                                "mealplanCode": "BBF"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-04 16:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 153.71,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 2,
                            "htIdentifier": "8131110181|13111623181|14191015192|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810142|121|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Superior 2 Doubles",
                            "roomCode": "SUP0002D",
                            "rateplanTag": "HTRET",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tFloor to ceiling windows with historic views\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n\\r\\n•\\tJuliet balcony\\r\\n",
                            "numRoomsAvail": 3,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tFloor to ceiling windows with historic views\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n\\r\\n•\\tJuliet balcony\\r\\n",
                            "consolidatedComments": "Free Breakfast. A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 12153.90,
                                "tax": 1999.34,
                                "grossPrice": 14153.24,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    132.00,
                                    143.00,
                                    738.10,
                                    346.50,
                                    721.60,
                                    200.20,
                                    442.20,
                                    759.00,
                                    305.80,
                                    764.50,
                                    583.00,
                                    713.90,
                                    660.00,
                                    801.90,
                                    792.00,
                                    569.80,
                                    570.90,
                                    338.80,
                                    521.40,
                                    239.80,
                                    557.70,
                                    128.70,
                                    311.30,
                                    811.80
                                ],
                                "dailyTax": [
                                    21.71,
                                    23.53,
                                    121.42,
                                    57.00,
                                    118.70,
                                    32.93,
                                    72.74,
                                    124.86,
                                    50.31,
                                    125.76,
                                    95.91,
                                    117.44,
                                    108.57,
                                    131.91,
                                    130.28,
                                    93.74,
                                    93.91,
                                    55.73,
                                    85.77,
                                    39.45,
                                    91.75,
                                    21.17,
                                    51.21,
                                    133.54
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 182.33,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1817.01,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Free Breakfast",
                                "mealplanName": "Free Breakfast",
                                "mealplanCode": "BBF"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-04 16:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 153.71,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "8131110181|13111623191|1419101519161|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810231|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Standard King",
                            "roomCode": "STD0001K",
                            "rateplanTag": "HTPKG",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "numRoomsAvail": 3,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "consolidatedComments": "A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 12170.40,
                                "tax": 2002.05,
                                "grossPrice": 14172.45,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    620.40,
                                    627.00,
                                    720.50,
                                    539.00,
                                    492.80,
                                    413.60,
                                    115.50,
                                    826.10,
                                    170.50,
                                    640.20,
                                    794.20,
                                    839.30,
                                    399.30,
                                    133.10,
                                    141.90,
                                    706.20,
                                    550.00,
                                    469.70,
                                    317.90,
                                    677.60,
                                    543.40,
                                    507.10,
                                    578.60,
                                    346.50
                                ],
                                "dailyTax": [
                                    102.06,
                                    103.15,
                                    118.52,
                                    88.67,
                                    81.06,
                                    68.03,
                                    19.00,
                                    135.89,
                                    28.05,
                                    105.31,
                                    130.64,
                                    138.07,
                                    65.69,
                                    21.90,
                                    23.34,
                                    116.17,
                                    90.48,
                                    77.27,
                                    52.30,
                                    111.46,
                                    89.39,
                                    83.42,
                                    95.18,
                                    57.00
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 182.57,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1819.48,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-04 16:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 722.46,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "8131110181|13111623191|1419101519171|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810231|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Standard 2 Doubles",
                            "roomCode": "STD0002D",
                            "rateplanTag": "HTPKG",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations \\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "numRoomsAvail": 2,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations \\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "consolidatedComments": "A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 12468.50,
                                "tax": 2051.09,
                                "grossPrice": 14519.59,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    422.40,
                                    418.00,
                                    840.40,
                                    605.00,
                                    788.70,
                                    867.90,
                                    366.30,
                                    704.00,
                                    111.10,
                                    316.80,
                                    508.20,
                                    595.10,
                                    468.60,
                                    471.90,
                                    762.30,
                                    619.30,
                                    809.60,
                                    832.70,
                                    168.30,
                                    113.30,
                                    305.80,
                                    301.40,
                                    445.50,
                                    625.90
                                ],
                                "dailyTax": [
                                    69.49,
                                    68.76,
                                    138.25,
                                    99.53,
                                    129.74,
                                    142.77,
                                    60.25,
                                    115.81,
                                    18.28,
                                    52.11,
                                    83.60,
                                    97.90,
                                    77.09,
                                    77.63,
                                    125.39,
                                    101.88,
                                    133.18,
                                    136.98,
                                    27.68,
                                    18.64,
                                    50.31,
                                    49.58,
                                    73.28,
                                    102.96
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 187.03,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1864.06,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-04 16:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 491.89,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 2,
                            "htIdentifier": "8131110181|13111623191|1419101519171|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|111715131816151419181014151|121|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Standard 2 Doubles",
                            "roomCode": "STD0002D",
                            "rateplanTag": "HTPKG",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations \\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "numRoomsAvail": 2,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tSpacious accommodations \\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "consolidatedComments": "A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 12468.50,
                                "tax": 2051.09,
                                "grossPrice": 14519.59,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    422.40,
                                    418.00,
                                    840.40,
                                    605.00,
                                    788.70,
                                    867.90,
                                    366.30,
                                    704.00,
                                    111.10,
                                    316.80,
                                    508.20,
                                    595.10,
                                    468.60,
                                    471.90,
                                    762.30,
                                    619.30,
                                    809.60,
                                    832.70,
                                    168.30,
                                    113.30,
                                    305.80,
                                    301.40,
                                    445.50,
                                    625.90
                                ],
                                "dailyTax": [
                                    69.49,
                                    68.76,
                                    138.25,
                                    99.53,
                                    129.74,
                                    142.77,
                                    60.25,
                                    115.81,
                                    18.28,
                                    52.11,
                                    83.60,
                                    97.90,
                                    77.09,
                                    77.63,
                                    125.39,
                                    101.88,
                                    133.18,
                                    136.98,
                                    27.68,
                                    18.64,
                                    50.31,
                                    49.58,
                                    73.28,
                                    102.96
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 187.03,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1864.06,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-04 16:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 491.89,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "8131110181|13111624121|1419101610141|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810241|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Studio Suite King",
                            "roomCode": "STE0011K",
                            "rateplanTag": "HTRETN",
                            "shortDescription": "•\\tSuite with fireplace and seating area\\r\\n\\r\\n•\\tJuliette step-out balcony \\r\\n\\r\\n•\\tMarble bathroom with granite vanities\\r\\n\\r\\n•\\tTurn down service and in room safe\\r\\n",
                            "numRoomsAvail": 2,
                            "longDescription": "•\\tSuite with fireplace and seating area\\r\\n\\r\\n•\\tJuliette step-out balcony \\r\\n\\r\\n•\\tMarble bathroom with granite vanities\\r\\n\\r\\n•\\tTurn down service and in room safe\\r\\n",
                            "consolidatedComments": "A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 12595.00,
                                "tax": 2071.87,
                                "grossPrice": 14666.87,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    393.80,
                                    233.20,
                                    665.50,
                                    599.50,
                                    540.10,
                                    850.30,
                                    665.50,
                                    603.90,
                                    591.80,
                                    249.70,
                                    709.50,
                                    541.20,
                                    572.00,
                                    114.40,
                                    650.10,
                                    542.30,
                                    515.90,
                                    809.60,
                                    273.90,
                                    165.00,
                                    786.50,
                                    735.90,
                                    418.00,
                                    367.40
                                ],
                                "dailyTax": [
                                    64.78,
                                    38.36,
                                    109.47,
                                    98.62,
                                    88.84,
                                    139.87,
                                    109.47,
                                    99.34,
                                    97.35,
                                    41.08,
                                    116.71,
                                    89.03,
                                    94.09,
                                    18.82,
                                    106.94,
                                    89.20,
                                    84.87,
                                    133.18,
                                    45.06,
                                    27.15,
                                    129.38,
                                    121.06,
                                    68.76,
                                    60.44
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 188.93,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1882.94,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": false,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-07-29 08:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 14666.87,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "8131110181|13111624101|1419101610141|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810241|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Studio Suite King",
                            "roomCode": "STE0011K",
                            "rateplanTag": "HTPKG3",
                            "shortDescription": "•\\tSuite with fireplace and seating area\\r\\n\\r\\n•\\tJuliette step-out balcony \\r\\n\\r\\n•\\tMarble bathroom with granite vanities\\r\\n\\r\\n•\\tTurn down service and in room safe\\r\\n",
                            "numRoomsAvail": 2,
                            "longDescription": "•\\tSuite with fireplace and seating area\\r\\n\\r\\n•\\tJuliette step-out balcony \\r\\n\\r\\n•\\tMarble bathroom with granite vanities\\r\\n\\r\\n•\\tTurn down service and in room safe\\r\\n",
                            "consolidatedComments": "A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 12618.10,
                                "tax": 2075.70,
                                "grossPrice": 14693.80,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    430.10,
                                    636.90,
                                    226.60,
                                    399.30,
                                    733.70,
                                    858.00,
                                    673.20,
                                    324.50,
                                    533.50,
                                    122.10,
                                    493.90,
                                    823.90,
                                    713.90,
                                    214.50,
                                    398.20,
                                    878.90,
                                    341.00,
                                    444.40,
                                    407.00,
                                    292.60,
                                    765.60,
                                    575.30,
                                    570.90,
                                    760.10
                                ],
                                "dailyTax": [
                                    70.75,
                                    104.77,
                                    37.28,
                                    65.69,
                                    120.70,
                                    141.14,
                                    110.74,
                                    53.38,
                                    87.76,
                                    20.08,
                                    81.25,
                                    135.53,
                                    117.44,
                                    35.29,
                                    65.50,
                                    144.58,
                                    56.10,
                                    73.11,
                                    66.96,
                                    48.13,
                                    125.94,
                                    94.64,
                                    93.91,
                                    125.03
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 189.28,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1886.42,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-04 16:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 500.85,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "8131110181|13111624121|1419101519181|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810221|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Superior King",
                            "roomCode": "SUP0001K",
                            "rateplanTag": "HTRETN",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tFloor to ceiling windows with historic views\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n\\r\\n•\\tJuliet balcony\\r\\n",
                            "numRoomsAvail": 6,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tFloor to ceiling windows with historic views\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n\\r\\n•\\tJuliet balcony\\r\\n",
                            "consolidatedComments": "A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 12736.90,
                                "tax": 2095.25,
                                "grossPrice": 14832.15,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    661.10,
                                    817.30,
                                    409.20,
                                    790.90,
                                    819.50,
                                    563.20,
                                    834.90,
                                    558.80,
                                    209.00,
                                    419.10,
                                    730.40,
                                    144.10,
                                    405.90,
                                    442.20,
                                    812.90,
                                    504.90,
                                    133.10,
                                    644.60,
                                    462.00,
                                    750.20,
                                    369.60,
                                    639.10,
                                    488.40,
                                    126.50
                                ],
                                "dailyTax": [
                                    108.75,
                                    134.45,
                                    67.32,
                                    130.10,
                                    134.81,
                                    92.65,
                                    137.34,
                                    91.92,
                                    34.39,
                                    68.95,
                                    120.15,
                                    23.70,
                                    66.77,
                                    72.74,
                                    133.72,
                                    83.05,
                                    21.90,
                                    106.04,
                                    76.00,
                                    123.40,
                                    60.80,
                                    105.14,
                                    80.35,
                                    20.81
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 191.06,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1904.19,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": false,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-07-29 08:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 14832.15,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "8131110181|13111623191|14191016102|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810241|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Deluxe King",
                            "roomCode": "DLX0001K",
                            "rateplanTag": "HTPKG",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tJuliette balcony overlooking Faneuil Hall\\r\\n\\r\\n•\\tFloor to ceiling windows\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "numRoomsAvail": 2,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tJuliette balcony overlooking Faneuil Hall\\r\\n\\r\\n•\\tFloor to ceiling windows\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "consolidatedComments": "A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 12863.40,
                                "tax": 2116.07,
                                "grossPrice": 14979.47,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    693.00,
                                    347.60,
                                    513.70,
                                    735.90,
                                    400.40,
                                    496.10,
                                    397.10,
                                    605.00,
                                    487.30,
                                    358.60,
                                    437.80,
                                    398.20,
                                    762.30,
                                    705.10,
                                    865.70,
                                    459.80,
                                    250.80,
                                    789.80,
                                    480.70,
                                    485.10,
                                    612.70,
                                    575.30,
                                    363.00,
                                    642.40
                                ],
                                "dailyTax": [
                                    114.00,
                                    57.18,
                                    84.51,
                                    121.06,
                                    65.87,
                                    81.61,
                                    65.33,
                                    99.53,
                                    80.16,
                                    58.99,
                                    72.02,
                                    65.50,
                                    125.39,
                                    115.99,
                                    142.41,
                                    75.64,
                                    41.25,
                                    129.93,
                                    79.07,
                                    79.80,
                                    100.79,
                                    94.64,
                                    59.72,
                                    105.68
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 192.99,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1923.08,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-04 16:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 807.00,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "8131110181|13111624101|14191016102|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810251|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Deluxe King",
                            "roomCode": "DLX0001K",
                            "rateplanTag": "HTPKG3",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tJuliette balcony overlooking Faneuil Hall\\r\\n\\r\\n•\\tFloor to ceiling windows\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "numRoomsAvail": 3,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tJuliette balcony overlooking Faneuil Hall\\r\\n\\r\\n•\\tFloor to ceiling windows\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n",
                            "consolidatedComments": "A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 13343.00,
                                "tax": 2194.89,
                                "grossPrice": 15537.89,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    323.40,
                                    501.60,
                                    817.30,
                                    875.60,
                                    808.50,
                                    741.40,
                                    699.60,
                                    612.70,
                                    128.70,
                                    766.70,
                                    617.10,
                                    712.80,
                                    469.70,
                                    295.90,
                                    700.70,
                                    288.20,
                                    342.10,
                                    586.30,
                                    459.80,
                                    284.90,
                                    872.30,
                                    126.50,
                                    724.90,
                                    586.30
                                ],
                                "dailyTax": [
                                    53.20,
                                    82.51,
                                    134.45,
                                    144.03,
                                    133.00,
                                    121.96,
                                    115.08,
                                    100.79,
                                    21.17,
                                    126.12,
                                    101.52,
                                    117.25,
                                    77.27,
                                    48.68,
                                    115.26,
                                    47.41,
                                    56.27,
                                    96.44,
                                    75.64,
                                    46.86,
                                    143.49,
                                    20.81,
                                    119.24,
                                    96.44
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 200.12,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 1994.77,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": true,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-08-04 16:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 376.60,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 1,
                            "htIdentifier": "8131110181|13111624121|14191015192|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810211|111|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Superior 2 Doubles",
                            "roomCode": "SUP0002D",
                            "rateplanTag": "HTRETN",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tFloor to ceiling windows with historic views\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n\\r\\n•\\tJuliet balcony\\r\\n",
                            "numRoomsAvail": 2,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tFloor to ceiling windows with historic views\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n\\r\\n•\\tJuliet balcony\\r\\n",
                            "consolidatedComments": "A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 13805.00,
                                "tax": 2270.92,
                                "grossPrice": 16075.92,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    764.50,420.20,342.10,789.80,442.20,871.20,530.20,828.30,587.40,646.80,807.40,242.00,470.80,809.60,635.80,127.60,304.70,411.40,723.80,739.20,795.30,767.80,405.90,341.00
                                ],
                                "dailyTax": [
                                    125.76,69.12,56.27,129.93,72.74,143.31,87.21,136.25,96.63,106.40,132.82,39.81,77.44,133.18,104.59,20.99,50.12,67.67,119.07,121.60,130.83,126.31,66.77,56.10
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 207.07,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 2063.85,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": false,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-07-29 08:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 16075.92,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        },
                        {
                            "occupancyRefId": 2,
                            "htIdentifier": "8131110181|13111624121|14191015192|121012151-10181-10151|121012151-10181-12191|13141e1115111f171-131619141-141f1d1e1-1a22171-171c141b111e1a19111d291|1117151318161514191810142|121|XR8s8zYSJlhOBtb6KQsjvw==|RvyNmvpK5kegJHZaK2TYkw==",
                            "roomName": "Superior 2 Doubles",
                            "roomCode": "SUP0002D",
                            "rateplanTag": "HTRETN",
                            "shortDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tFloor to ceiling windows with historic views\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n\\r\\n•\\tJuliet balcony\\r\\n",
                            "numRoomsAvail": 2,
                            "longDescription": "•\\t30 sqm (325 sq ft).\\r\\n\\r\\n•\\tFloor to ceiling windows with historic views\\r\\n\\r\\n•\\tLuxurious Marble bathroom\\r\\n\\r\\n•\\tJuliet balcony\\r\\n",
                            "consolidatedComments": "A Resort Fee totaling USD698.88 will be charged at the hotel, for the stay.",
                            "paymentType": null,
                            "rateInfo": {
                                "bar": null,
                                "binding": null,
                                "commissionable": null,
                                "commissionAmount": null,
                                "currency": "USD",
                                "netPrice": 13805.00,
                                "tax": 2270.92,
                                "grossPrice": 16075.92,
                                "payAtProperty": 698.88,
                                "dailyPrice": [
                                    764.50, 420.20, 342.10, 789.80, 442.20, 871.20, 530.20, 828.30, 587.40, 646.80, 807.40, 242.00, 470.80, 809.60, 635.80, 127.60, 304.70, 411.40, 723.80, 739.20, 795.30, 767.80, 405.90, 341.00
                                ],
                                "dailyTax": [
                                    125.76,69.12,56.27,129.93,72.74,143.31,87.21,136.25,96.63,106.40,132.82,39.81,77.44,133.18,104.59,20.99,50.12,67.67,119.07,121.60,130.83,126.31,66.77,56.10
                                ],
                                "aggregateTaxInfo": {
                                    "payAtBooking": [
                                        {
                                            "name": "Tourism Assessment",
                                            "value": 207.07,
                                            "currency": "USD",
                                            "description": null
                                        },
                                        {
                                            "name": "Occupancy Tax",
                                            "value": 2063.85,
                                            "currency": "USD",
                                            "description": null
                                        }
                                    ],
                                    "payAtProperty": [
                                        {
                                            "name": "Destination Fee",
                                            "currency": "USD",
                                            "value": 698.88,
                                            "description": "Destination Fee: $29.12 inclusive of tax per night. "
                                        }
                                    ]
                                }
                            },
                            "mealplanOptions": {
                                "mealplanDescription": "Room Only",
                                "mealplanName": "Room Only",
                                "mealplanCode": "RO"
                            },
                            "refundable": false,
                            "cancellationPolicies": [
                                {
                                    "startWindowTime": "2025-07-29 08:00:00",
                                    "endWindowTime": "2025-08-05 15:00:00",
                                    "cancellationCharge": 16075.92,
                                    "currency": "USD",
                                    "timeZone": "America/New_York",
                                    "timeZoneUTC": "-04:00"
                                }
                            ]
                        }
                    ],
                    "shortDescription": "Welcome to Bostonian Boston. 4-star hotel in Boston. Harmony of old-world history and contemporary elegance close to Boston Harbor and Fanueil Hall. Stay at The Bostonian Boston Faneuil Hall Hotel in North End Boston. Immerse yourself in history while treating yourself to luxury",
                    "longDescription": "The Bostonian Boston Faneuil Hall Hotel is a AAA Four Diamond rated hotel nestled in one of the city’s most coveted locations. Set amid the hustle and bustle of North End Boston near South Station, our redbrick façade and classic interiors are an iconic blend of old and new. With most major attractions within walking distance, like Faneuil Hall, Quincy Market and The Freedom Trail, we invite our guests to fully immerse themselves in the city’s historical past. Urban explorers and families can tour the city and rest easy in our spacious rooms, with charming amenities like Juliette balconies to peer at the view below and working fireplaces for those blustery wintertime visits. From the moment you’re greeted at the door, our hotel near Faneuil hall offers you an impeccable level of comfort and award-winning service that will make your visit to Boston even more memorable. \\r\\n",
                    "city": "Boston",
                    "latitude": "42.3604987",
                    "longitude": "-71.0556961",
                    "starRating": 4.0,
                    "hotelImageUrl": null
                }
            ]
        }
    }
}