Hotels Search Engine Results Page

Hotels Search Engine Results Page

https://api.worldota.net/api/b2b/v3/search/serp/hotels
ℹ️
This call is required.

The call gets hotels’ rates by the SERP mechanism.

⚠️
  • Let users choose the rates from this call response isn’t recommended.
  • A full match with a response from the Hotelpage request isn’t expected.

Request example

curl --user '<KEY_ID>:<API_KEY>' 'https://api.worldota.net/api/b2b/v3/search/serp/hotels/' \
--header 'Content-Type: application/json' \
--data '{
  "checkin": "2025-10-22",
  "checkout": "2025-10-25",
  "residency": "gb",
  "language": "en",
  "guests": [
    {
      "adults": 2,
      "children": []
    }
  ],
  "ids": [
    "city_rose_hotel_suites",
    "corendon_vitality_hotel_amsterdam",
    "nova_inn_inuvik"
  ],
  "hid": [
    6291619,
    6291666,
    6291690
  ],
  "currency": "EUR"
}'

Request body

checkin String required
The check-in date. The value must be not later than 730 days from the day when the request is made.
checkout String required
The check-out date. The value must be not later than 30 days from the checkin field value.
currency String optional

The currency of all rooms’ prices.

If passed, the show_amount and show_currency_amount fields will have the currency of this field.

ℹ️
  • The default value is the contract currency for prepaid rates.
ids [Int] required

The list of the unique hotels’ IDs.

ℹ️
  • Either this field or the hid field is required.
hid [Int] required

The list of most preferred hotel IDs.

ℹ️
  • The ID maximum length is 7 characters.
language String optional

The hotel data language.

ℹ️
  • The default value is the contract language.
  • The possible values:
    • ar—Arabic.
    • bg–Bulgarian.
    • cs–Czech.
    • de–German.
    • el–Greek.
    • en–English.
    • es–Spanish.
    • fr–French.
    • he–Hebrew.
    • hu–Hungarian.
    • it–Italian.
    • ja–Japanese.
    • kk–Kazakh.
    • ko–Korean.
    • nl–Dutch.
    • pl–Polish.
    • pt–Portuguese.
    • pt_PT–Portuguese (Portugal).
    • ro–Romanian.
    • ru–Russian.
    • sq–Albanian.
    • sr–Serbian.
    • th–Thai.
    • tr–Turkish.
    • uk–Ukrainian.
    • vi–Vietnamese.
    • zh_CN–Simplified Chinese.
residency String required or optional

The guests’ citizenship in the ISO 3166-1 alpha-2 format.

Use this field if there are doubts regarding the country or the hotel policy towards citizens.

ℹ️

The possible values:

  • ad—Andorra.
  • ae—United Arab Emirates.
  • af—Afghanistan.
  • ag—Antigua and Barbuda.
  • ai—Anguilla.
  • al—Albania.
  • am—Armenia.
  • ao—Angola.
  • aq—Antarctica.
  • ar—Argentina.
  • as—American Samoa.
  • at—Austria.
  • au—Australia.
  • aw—Aruba.
  • ax—Åland Islands.
  • az—Azerbaijan.
  • ba—Bosnia and Herzegovina.
  • bb—Barbados.
  • bd—Bangladesh.
  • be—Belgium.
  • bf—Burkina Faso.
  • bg—Bulgaria.
  • bh—Bahrain.
  • bi—Burundi.
  • bj—Benin.
  • bl—Saint Barthélemy.
  • bm—Bermuda.
  • bn—Brunei Darussalam.
  • bo—Bolivia.
  • bq—Bonaire, Sint Eustatius and Saba.
  • br—Brazil.
  • bs—Bahamas.
  • bt—Bhutan.
  • bv—Bouvet Island.
  • bw—Botswana.
  • by—Belarus.
  • bz—Belize.
  • ca—Canada.
  • cc—Cocos (Keeling) Islands.
  • cd—Democratic Republic of the Congo, also known as Congo-Kinshasa.
  • cf—Central African Republic.
  • cg—The Republic of the Congo, also known as Congo-Brazzaville.
  • ch—Switzerland.
  • ci—Côte d’Ivoire.
  • ck—Cook Islands.
  • cl—Chile.
  • cm—Cameroon.
  • cn—China.
  • co—Colombia.
  • cr—Costa Rica.
  • cu—Cuba.
  • cv—Cabo Verde.
  • cw—Curaçao.
  • cx—Christmas Island.
  • cy—Cyprus.
  • cz—Czechia.
  • de—Germany.
  • dj—Djibouti.
  • dk—Denmark.
  • dm—Dominica.
  • do—Dominican Republic.
  • dz—Algeria.
  • ec—Ecuador.
  • ee—Estonia.
  • eg—Egypt.
  • eh—Western Sahara.
  • er—Eritrea.
  • es—Spain.
  • et—Ethiopia.
  • fi—Finland.
  • fj—Fiji.
  • fk—Falkland Islands (Malvinas).
  • fm—Micronesia.
  • fo—Faroe Islands.
  • fr—France.
  • ga—Gabon.
  • gb—United Kingdom of Great Britain and Northern Ireland.
  • gd—Grenada.
  • ge—Georgia.
  • gf—French Guiana.
  • gg—Guernsey.
  • gh—Ghana.
  • gi—Gibraltar.
  • gl—Greenland.
  • gm—Gambia.
  • gn—Guinea.
  • gp—Guadeloupe.
  • gq—Equatorial Guinea.
  • gr—Greece.
  • gs—South Georgia and the South Sandwich Islands.
  • gt—Guatemala.
  • gu—Guam.
  • gw—Guinea-Bissau.
  • gy—Guyana.
  • hk—Hong Kong.
  • hm—Heard Island and McDonald Islands.
  • hn—Honduras.
  • hr—Croatia.
  • ht—Haiti.
  • hu—Hungary.
  • id—Indonesia.
  • ie—Ireland.
  • il—Israel.
  • im—Isle of Man.
  • in—India.
  • io—British Indian Ocean Territory.
  • iq—Iraq.
  • ir—Iran.
  • is—Iceland.
  • it—Italy.
  • je—Bailiwick of Jersey.
  • jm—Jamaica.
  • jo—Jordan.
  • jp—Japan.
  • ke—Kenya.
  • kg—Kyrgyzstan.
  • kh—Cambodia.
  • ki—Kiribati.
  • km—Comoros.
  • kn—Saint Kitts and Nevis.
  • kp—North Korea.
  • kr—South Korea.
  • kw—Kuwait.
  • ky—Cayman Islands.
  • kz—Kazakhstan.
  • la—Laos.
  • lb—Lebanon.
  • lc—Saint Lucia.
  • li—Liechtenstein.
  • lk—Sri Lanka.
  • lr—Liberia.
  • ls—Lesotho.
  • lt—Lithuania.
  • lu—Luxembourg.
  • lv—Latvia.
  • ly—Libya.
  • ma—Morocco.
  • mc—Monaco.
  • md—Moldova.
  • me—Montenegro.
  • mf—Saint Martin.
  • mg—Madagascar.
  • mh—Marshall Islands.
  • mk—North Macedonia.
  • ml—Mali.
  • mm—Myanmar.
  • mn—Mongolia.
  • mo—Macao.
  • mp—Northern Mariana Islands.
  • mq—Martinique.
  • mr—Mauritania.
  • ms—Montserrat.
  • mt—Malta.
  • mu—Mauritius.
  • mv—Maldives.
  • mw—Malawi.
  • mx—Mexico.
  • my—Malaysia.
  • mz—Mozambique.
  • na—Namibia.
  • nc—New Caledonia.
  • ne—Niger.
  • nf—Norfolk Island.
  • ng—Nigeria.
  • ni—Nicaragua.
  • nl—Netherlands.
  • no—Norway.
  • np—Nepal.
  • nr—Nauru.
  • nu—Niue.
  • nz—New Zealand.
  • om—Oman.
  • pa—Panama.
  • pe—Peru.
  • pf—French Polynesia.
  • pg—Papua New Guinea.
  • ph—Philippines.
  • pk—Pakistan.
  • pl—Poland.
  • pm—Saint Pierre and Miquelon.
  • pn—Pitcairn.
  • pr—Puerto Rico.
  • ps—Palestine.
  • pt—Portugal.
  • pw—Palau.
  • py—Paraguay.
  • qa—Qatar.
  • re—Réunion.
  • ro—Romania.
  • rs—Serbia.
  • ru—Russian Federation.
  • rw—Rwanda.
  • sa—Saudi Arabia.
  • sb—Solomon Islands.
  • sc—Seychelles.
  • sd—Sudan.
  • se—Sweden.
  • sg—Singapore.
  • sh—Saint Helena, Ascension and Tristan da Cunha.
  • si—Slovenia.
  • sj—Svalbard and Jan Mayen.
  • sk—Slovakia.
  • sl—Sierra Leone.
  • sm—San Marino.
  • sn—Senegal.
  • so—Somalia.
  • sr—Suriname.
  • ss—South Sudan.
  • st—Sao Tome and Principe.
  • sv—El Salvador.
  • sx—Sint Maarten.
  • sy—Syrian Arab Republic.
  • sz—Eswatini.
  • tc—Turks and Caicos Islands.
  • td—Chad.
  • tf—French Southern Territories.
  • tg—Togo.
  • th—Thailand.
  • tj—Tajikistan.
  • tk—Tokelau.
  • tl—Timor-Leste.
  • tm—Turkmenistan.
  • tn—Tunisia.
  • to—Tonga.
  • tr—Turkey.
  • tt—Trinidad and Tobago.
  • tv—Tuvalu.
  • tw—Taiwan.
  • tz—Tanzania.
  • ua—Ukraine.
  • ug—Uganda.
  • um—United States Minor Outlying Islands.
  • us—United States of America.
  • uy—Uruguay.
  • uz—Uzbekistan.
  • va—Holy See.
  • vc—Saint Vincent and the Grenadines.
  • ve—Venezuela.
  • vg—Virgin Islands (British).
  • vi—Virgin Islands (U.S.).
  • vn—Vietnam.
  • vu—Vanuatu.
  • wf—Wallis and Futuna.
  • ws—Samoa.
  • xk—Kosovo.
  • ye—Yemen.
  • yt—Mayotte.
  • za—South Africa.
  • zm—Zambia.
  • zw—Zimbabwe.
timeout Float optional

The maximum amount of time in seconds within which searching for rates will be executed.

ℹ️
  • The maximum value is 100.
guests [Object] optional

The list of guests in the rooms.

In case of a multiroom search, for each room equal pax numbers are highly recommended for usage. If different pax numbers are required, we recommend that you make a separate request for each room.

ℹ️
  • One list item represents one room.
  • The maximum number of rooms per request is 9.
adults Int required

The number of adult guests in one room.

ℹ️
  • The minimum value is 1.
  • The maximum value is 6.
children [Int] optional

The list of the children ages who will stay in the room.

ℹ️
  • The maximum age per child is 17 years.
  • The maximum number of children in the room is 4.
upsells Object optional

Whether additional services are needed or not.

early_checkin Object optional

Whether early check-in is needed or not.

time String optional
The early check-in time.
late_checkout Object optional

Whether late check-out is needed or not.

time String optional
The late check-out time.
only_eclc Boolean optional
Whether the rates with only early check-in or late check-out are needed or not.

Response

total_hotels Int
The total number of unique hotels.
hotels [Object]

The list of hotels and their rates.

id String

The unique hotel ID.

ℹ️
  • Either this field or the hid field is required.
hid Int

The most preferred hotel ID.

ℹ️
  • Either this field or the id field is required.
  • The maximum length is 7 characters.
rates [Object]

The list of available hotel rates.

allotment Int
The number of rooms available for the rate.
amenities_data [String]

The room amenities list.

To get all available room amenities and their definitions, use the room_amenities field from the Hotel Static Data call.

any_residency Boolean

Whether the rate is allowed to be booked by the guest with any kind of residency or not.

Use it if you don’t collect the guests’ residency.

search_hash String
The unique search rate ID used to identify the selected rate.
daily_prices [Float]
The list of daily rate prices breakdown in the request currency.
deposit Object

The deposit information of the order. Has a value if the rate payment_types.type field has the hotel value.

amount Float
The deposit amount.
currency_code String
The deposit amount currency code. Is the same as the charged (hotel) currency code.
is_refundable Boolean
Whether the deposit is refundable or not.
match_hash String

The match_hash field of the rate from the call made by the SERP mechanism.

Use this field if you are:

  • Showing rates to the users from the call made by the SERP mechanism.
  • Making a booking from these rates.
  • Using this call response as actual data on the rate.
  • Using this call response to actualize the exact rate from the calls made by the SERP mechanism.

Usage of this field can help the ETG collect analytics for SERP-HP matching.

meal String

The meal type in the rate.

To get all available meal types and their definitions, use the meals field from the Hotel Static Data call.

Has the nomeal value if no meal type is provided.

meal_data Object

The rate meals information.

value String

The meal type in the rate.

To get all available meal types and their definitions, use the meals field from the Hotel Static Data call.

Has the nomeal value if no meal type is provided.

has_breakfast Boolean
Whether breakfast is included to the rate or not.
no_child_meal Boolean
Whether the children meal is absent in the rate or not.
no_show Object

The no-show penalty information.

amount Float
The no-show penalty amount.
currency_code String
The no-show penalty amount currency code. Is the same as the charged (hotel) currency code.
from_time String
The time in the hotel timezone from which amount would be charged for the no-show penalty in the HH:MM:SS format.
payment_options Object

The accepted payment options with the specified amount to be charged.

For a booking, this amount in the requested currency should be paid.

payment_types String

The list with accepted payment options.

amount Float
The amount to be charged for the booking in the contract currency code.
by String
Whether the booking can be paid by a card or not.
cancellation_penalties String

The cancellation rules and commission information.

free_cancellation_before String

The date and time when the free cancellation policy expires.

Has the null value, if there is no free cancellation.

The timezone is in UTC±0.

policies String

The cancellation policies breakdown by periods.

amount_charge Float
The cancellation penalty amount in the contract currency.
amount_show Float
The cancellation penalty amount in the contract currency.
commission_info [Object]

The commission information.

charge [Object]

The commission information in the charge (contract) currency.

amount_commission Float
The commission amount.
amount_gross Float
The gross price.
amount_net Float
The net price.
show [Object]

The commission information in the requested currency.

amount_commission Float
The commission amount.
amount_gross Float
The gross price.
amount_net Float
The net price.
end_at String

The date and time when this cancellation policy expires.

Has the null value, if it is in the time from the start_at field value till check-in.

If the start_at and end_at fields have the null value, this particular cancellation policy:

  • Has no time restrictions.
  • Is in effect all the time.

The timezone is in UTC±0.

start_at String

The date and time when this cancellation policy takes effect.

Has the null value, if it is in effect till the end_at field value.

The timezone is in UTC±0.

commission_info [Object]

The commission information.

charge [Object]

The commission information in the charge (contract) currency.

amount_commission Float
The commission amount.
amount_gross Float
The gross price.
amount_net Float
The net price.
show [Object]

The commission information in the requested currency.

amount_commission Float
The commission amount.
amount_gross Float
The gross price.
amount_net Float
The net price.
currency_code String
The amount currency code. Is the same as the charged (contract) currency code.
is_need_credit_card_data Boolean
Whether the credit card information is needed or not.
is_need_cvc Boolean
Whether the CVC is needed or not.
perks String

The additional services’ information.

early_checkin [Object]

The early check-in information.

charge_price Float
The early check-in amount in the charge (contract) currency.
commission_info [Object]

The commission information.

charge [Object]

The commission information in the charge (contract) currency.

amount_commission Float
The commission amount.
amount_gross Float
The gross price.
amount_net Float
The net price.
show [Object]

The commission information in the requested currency.

amount_commission Float
The commission amount.
amount_gross Float
The gross price.
amount_net Float
The net price.
is_requested Boolean
Whether the early check-in is requested or not.
show_price Float
The early check-in amount in the search currency.
time String
The early check-in time.
late_checkout [Object]
charge_price Float
The early check-in amount in the charge (contract) currency.
commission_info [Object]

The commission information.

charge [Object]

The commission information in the charge (contract) currency.

amount_commission Float
The commission amount.
amount_gross Float
The gross price.
amount_net Float
The net price.
show [Object]

The commission information in the requested currency.

amount_commission Float
The commission amount.
amount_gross Float
The gross price.
amount_net Float
The net price.
recommended_price String

The price below which the rate can’t be sold on B2C website.

To get this value, you have to sign an additional agreement with the ETG. Has the null value, ff the agreement isn’t signed. For more details, contact your account manager.

amount Float
The deposit amount.
currency_code String
The deposit amount currency code. Is the same as the charged (hotel) currency code.
show_amount Float

The rate price in the request currency code of this object show_currency_code field value.

Isn’t necessarily the sum in the charged or payment currency code.

show_currency_code String

The request currency code.

Isn’t necessarily in the charged or payment currency code.

tax_data Object

The tax information.

taxes Object

The taxes list.

amount Float
The tax amount.
currency_code String

The tax amount currency code in the ISO 4217 format.

ℹ️
  • The length is 3 characters.
  • The possible values:
    • AED.
    • AFN.
    • ALL.
    • AMD.
    • ANG.
    • AOA.
    • ARS.
    • AUD.
    • AWG.
    • AZN.
    • BAM.
    • BBD.
    • BDT.
    • BGN.
    • BHD.
    • BIF.
    • BMD.
    • BND.
    • BOB.
    • BOV.
    • BRL.
    • BSD.
    • BTN.
    • BWP.
    • BYR.
    • BYN.
    • BZD.
    • CAD.
    • CDF.
    • CHE.
    • CHF.
    • CHW.
    • CLF.
    • CLP.
    • CNY.
    • COP.
    • COU.
    • CRC.
    • CUC.
    • CUP.
    • CVE.
    • CZK.
    • DJF.
    • DKK.
    • DOP.
    • DZD.
    • EGP.
    • ERN.
    • ETB.
    • EUR.
    • FJD.
    • FKP.
    • GBP.
    • GEL.
    • GHS.
    • GIP.
    • GMD.
    • GNF.
    • GTQ.
    • GYD.
    • HKD.
    • HNL.
    • HRK.
    • HTG.
    • HUF.
    • IDR.
    • ILS.
    • INR.
    • IQD.
    • IRR.
    • ISK.
    • JMD.
    • JOD.
    • JPY.
    • KES.
    • KGS.
    • KHR.
    • KMF.
    • KPW.
    • KRW.
    • KWD.
    • KYD.
    • KZT.
    • LAK.
    • LBP.
    • LKR.
    • LRD.
    • LSL.
    • LTL.
    • LVL.
    • LYD.
    • MAD.
    • MDL.
    • MGA.
    • MKD.
    • MMK.
    • MNT.
    • MOP.
    • MRO.
    • MUR.
    • MVR.
    • MWK.
    • MXN.
    • MXV.
    • MYR.
    • MZN.
    • NAD.
    • NGN.
    • NIO.
    • NOK.
    • NPR.
    • NZD.
    • OMR.
    • PAB.
    • PEN.
    • PGK.
    • PHP.
    • PKR.
    • PLN.
    • PYG.
    • QAR.
    • RON.
    • RSD.
    • RUB.
    • RWF.
    • SAR.
    • SBD.
    • SCR.
    • SDG.
    • SEK.
    • SGD.
    • SHP.
    • SLL.
    • SOS.
    • SRD.
    • SSP.
    • STD.
    • SVC.
    • SYP.
    • SZL.
    • THB.
    • TJS.
    • TMT.
    • TND.
    • TOP.
    • TRY.
    • TTD.
    • TWD.
    • TZS.
    • UAH.
    • UGX.
    • USD.
    • USN.
    • USS.
    • UYI.
    • UYU.
    • UZS.
    • VEF.
    • VND.
    • VUV.
    • WST.
    • XAF.
    • XAG.
    • XAU.
    • XBA.
    • XBB.
    • XBC.
    • XBD.
    • XCD.
    • XDR.
    • XFU.
    • XOF.
    • XPD.
    • XPF.
    • XPT.
    • XSU.
    • XTS.
    • XUA.
    • YER.
    • ZAR.
    • ZMW.
    • ZWL.
included_by_supplier Boolean

Whether the tax is included by the supplier or not.

When it has:

  • The false value, the tax is supposed to be paid at the hotel in this object currency.
  • The true value, the tax is included in the price.
name String

The ETG tax ID.

To get all available tax IDs and their definitions, use the taxes filed from the Hotel Static Data call.

type String
The payment type.
vat_data Object

The rate VAT information.

amount Float
The VAT amount.
applied Boolean
Whether the VAT is applied or not.
currency_code String

The amount currency code in the ISO 4217 format.

ℹ️
  • The length is 3 characters.
  • The possible values:
    • AED.
    • AFN.
    • ALL.
    • AMD.
    • ANG.
    • AOA.
    • ARS.
    • AUD.
    • AWG.
    • AZN.
    • BAM.
    • BBD.
    • BDT.
    • BGN.
    • BHD.
    • BIF.
    • BMD.
    • BND.
    • BOB.
    • BOV.
    • BRL.
    • BSD.
    • BTN.
    • BWP.
    • BYR.
    • BYN.
    • BZD.
    • CAD.
    • CDF.
    • CHE.
    • CHF.
    • CHW.
    • CLF.
    • CLP.
    • CNY.
    • COP.
    • COU.
    • CRC.
    • CUC.
    • CUP.
    • CVE.
    • CZK.
    • DJF.
    • DKK.
    • DOP.
    • DZD.
    • EGP.
    • ERN.
    • ETB.
    • EUR.
    • FJD.
    • FKP.
    • GBP.
    • GEL.
    • GHS.
    • GIP.
    • GMD.
    • GNF.
    • GTQ.
    • GYD.
    • HKD.
    • HNL.
    • HRK.
    • HTG.
    • HUF.
    • IDR.
    • ILS.
    • INR.
    • IQD.
    • IRR.
    • ISK.
    • JMD.
    • JOD.
    • JPY.
    • KES.
    • KGS.
    • KHR.
    • KMF.
    • KPW.
    • KRW.
    • KWD.
    • KYD.
    • KZT.
    • LAK.
    • LBP.
    • LKR.
    • LRD.
    • LSL.
    • LTL.
    • LVL.
    • LYD.
    • MAD.
    • MDL.
    • MGA.
    • MKD.
    • MMK.
    • MNT.
    • MOP.
    • MRO.
    • MUR.
    • MVR.
    • MWK.
    • MXN.
    • MXV.
    • MYR.
    • MZN.
    • NAD.
    • NGN.
    • NIO.
    • NOK.
    • NPR.
    • NZD.
    • OMR.
    • PAB.
    • PEN.
    • PGK.
    • PHP.
    • PKR.
    • PLN.
    • PYG.
    • QAR.
    • RON.
    • RSD.
    • RUB.
    • RWF.
    • SAR.
    • SBD.
    • SCR.
    • SDG.
    • SEK.
    • SGD.
    • SHP.
    • SLL.
    • SOS.
    • SRD.
    • SSP.
    • STD.
    • SVC.
    • SYP.
    • SZL.
    • THB.
    • TJS.
    • TMT.
    • TND.
    • TOP.
    • TRY.
    • TTD.
    • TWD.
    • TZS.
    • UAH.
    • UGX.
    • USD.
    • USN.
    • USS.
    • UYI.
    • UYU.
    • UZS.
    • VEF.
    • VND.
    • VUV.
    • WST.
    • XAF.
    • XAG.
    • XAU.
    • XBA.
    • XBB.
    • XBC.
    • XBD.
    • XCD.
    • XDR.
    • XFU.
    • XOF.
    • XPD.
    • XPF.
    • XPT.
    • XSU.
    • XTS.
    • XUA.
    • YER.
    • ZAR.
    • ZMW.
    • ZWL.
included Boolean
Whether the VAT is included or not.
value Float
⚠️
DEPRECATED

The VAT amount in the currency of this object currency_code field value.

rg_ext Object

The hotel room type.

Use this field to get extra data on the room from the hotel static data. For example, room images, descriptions.

balcony Int

Whether there is a balcony or not.

ℹ️

The possible values:

  • 0—no balcony.
  • 1—a balcony.
bathroom Int

The room bathroom information.

ℹ️

The possible values:

  • 0—undefined.
  • 1—a shared bathroom.
  • 2—a private bathroom.
  • 3—an external private bathroom.
bedding Int

The room bedding information.

ℹ️

The possible values:

  • 0—undefined.
  • 1—a bunk bed.
  • 2—a single bed.
  • 3—a double bed.
  • 4—a twin bed.
  • 7—multiple beds.
bedrooms Int

The bedroom number.

ℹ️

The possible values:

  • 0—undefined.
  • 1—1 bedroom.
  • 2—2 bedrooms.
  • 3—3 bedrooms.
  • 4—4 bedrooms.
  • 5—5 bedrooms.
  • 6—6 bedrooms.
capacity Int

The maximum number of main bed places without additional charges and excluding extra beds, cots, etc.

ℹ️

The possible values:

  • 0—undefined.
  • 1—single.
  • 2—double.
  • 3—triple.
  • 4—quadruple.
  • 5—quintuple.
  • 6—sextuplet.
class Int

The room class information.

ℹ️

The possible values:

  • 0—run of house.
  • 1—dorm.
  • 2—capsule.
  • 3—room.
  • 4—junior suite.
  • 5—suite.
  • 6—apartment.
  • 7—studio.
  • 8—villa.
  • 9—cottage.
  • 17—bungalow.
  • 18—chalet.
  • 19—camping.
  • 20—tent.
club Int

Whether it is a club room or not.

ℹ️

The possible values:

  • 0—not a club room.
  • 1—a club room.
family Int

Whether it is a family room or not.

ℹ️

The possible values:

  • 0—not a family room.
  • 1—a family room.
floor Int

The room floor Information.

ℹ️

The possible values:

  • 0—undefined.
  • 1—a penthouse floor.
  • 2—a duplex floor.
  • 3—a basement floor.
  • 4—an attic floor.
quality Int

The room quality information.

ℹ️

The possible values:

  • 0—undefined.
  • 1—economy.
  • 2—standard.
  • 3—comfort.
  • 4—business.
  • 5—superior.
  • 6—deluxe.
  • 7—premier.
  • 8—executive.
  • 9—presidential.
  • 17—premium.
  • 18—classic.
  • 19—ambassador.
  • 20—grand.
  • 21—luxury.
  • 22—platinum.
  • 23—prestige.
  • 24—privilege.
  • 25—royal.
sex Int

The room gender restrictions.

ℹ️

The possible values:

  • 0—undefined.
  • 1—male.
  • 2—female.
  • 3—mixed.
view Int

The room view information.

ℹ️

The possible values:

  • 0—undefined.
  • 1—bay view.
  • 2—bosphorus view.
  • 3—burj-khalifa view.
  • 4—canal view.
  • 5—city view.
  • 6—courtyard view.
  • 7—dubai-marina view.
  • 8—garden view.
  • 9—golf view.
  • 17—harbour view.
  • 18—inland view.
  • 19—kremlin view.
  • 20—lake view.
  • 21—land view.
  • 22—mountain view.
  • 23—ocean view.
  • 24—panoramic view.
  • 25—park view.
  • 26—partial-ocean view.
  • 27—partial-sea view.
  • 28—partial view.
  • 29—pool view.
  • 30—river view.
  • 31—sea view.
  • 32—sheikh-zayed view.
  • 33—street view.
  • 34—sunrise view.
  • 35—sunset view.
  • 36—water view.
  • 37—with view.
  • 38—beachfront.
  • 39—ocean front.
  • 40—sea front.
room_data_trans Object

The room information in the request language.

bathroom String

The room bathroom information.

Has the null value, if it is a private bathroom.

bedding_type String
The room bedding information.
main_name String
The room name.
main_room_type String
The room type.
misc_room_type String
The room additional information.
legal_info Object

The hotel and service provider legal information.

Has the value different from null for only countries where it is mandatory to have this information.

Has the null value for the calls made by the SERP mechanism.

room_name String
The room name in the request language.
room_name_info Object
The optional object that may help to resolve certain matching problems. To get access to the object, contact your account manager.
sell_price_limits Object

Information on the restrictions on the final selling price for the client.

If not null, the final selling price should be:

  • Within the min_price and max_price field values.
  • In the search currency.
min_price Float
The minimum final selling price for the client in the search currency.
max_price Float
The maximum final selling price for the client in the search currency.
serp_filters [String]
⚠️
DEPRECATED

The list of amenities at the hotel.

Response example

{
  "data": {
    "hotels": [
      {
        "id": "city_rose_hotel_suites",
        "hid": 6291690,
        "rates": [
          {
            "match_hash": "m-f5a18566-4beb-5934-955b-94a47f6db897",
            "search_hash": "sr-0193a81c-4d87-7f50-bdc1-099066295b85",
            "daily_prices": [
              "107.73",
              "107.73",
              "107.73"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "342.60",
                  "show_amount": "323.20",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {},
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "404.00",
                      "amount_net": "323.20",
                      "amount_commission": "80.80"
                    },
                    "charge": {
                      "amount_gross": "42792.00",
                      "amount_net": "34233.60",
                      "amount_commission": "8558.40"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": "2025-10-21T08:59:00",
                        "amount_charge": "0.00",
                        "amount_show": "0.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          },
                          "charge": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-21T08:59:00",
                        "end_at": "2025-10-22T08:59:00",
                        "amount_charge": "10172.00",
                        "amount_show": "96.80",
                        "commission_info": {
                          "show": {
                            "amount_gross": "121.00",
                            "amount_net": "96.80",
                            "amount_commission": "24.20"
                          },
                          "charge": {
                            "amount_gross": "12715.00",
                            "amount_net": "10172.00",
                            "amount_commission": "2543.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-22T08:59:00",
                        "end_at": null,
                        "amount_charge": "34233.60",
                        "amount_show": "323.20",
                        "commission_info": {
                          "show": {
                            "amount_gross": "404.00",
                            "amount_net": "323.20",
                            "amount_commission": "80.80"
                          },
                          "charge": {
                            "amount_gross": "42792.00",
                            "amount_net": "34233.60",
                            "amount_commission": "8558.40"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": "2025-10-21T08:59:00"
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 5,
              "quality": 2,
              "sex": 0,
              "bathroom": 2,
              "bedding": 3,
              "family": 0,
              "capacity": 2,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Standard Double Suite (full double bed) (bed type is subject to availability)",
            "room_name_info": {
              "original_rate_name": "Standard Suite (1 King Bed)"
            },
            "serp_filters": [
              "has_bathroom"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking",
              "not-guaranteed"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Standard Double Suite",
              "main_name": "Standard Double Suite",
              "bathroom": null,
              "bedding_type": "full double bed",
              "misc_room_type": "bed type is subject to availability"
            }
          },
          {
            "match_hash": "m-83d8f51b-4d33-5c2e-9940-a1eb8869d850",
            "search_hash": "sr-0193a81c-4d87-7f4f-835c-a280d9a94f86",
            "daily_prices": [
              "107.73",
              "107.73",
              "107.73"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "342.60",
                  "show_amount": "323.20",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {},
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "404.00",
                      "amount_net": "323.20",
                      "amount_commission": "80.80"
                    },
                    "charge": {
                      "amount_gross": "42792.00",
                      "amount_net": "34233.60",
                      "amount_commission": "8558.40"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": "2025-10-21T08:59:00",
                        "amount_charge": "0.00",
                        "amount_show": "0.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          },
                          "charge": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-21T08:59:00",
                        "end_at": "2025-10-22T08:59:00",
                        "amount_charge": "10172.00",
                        "amount_show": "96.80",
                        "commission_info": {
                          "show": {
                            "amount_gross": "121.00",
                            "amount_net": "96.80",
                            "amount_commission": "24.20"
                          },
                          "charge": {
                            "amount_gross": "12715.00",
                            "amount_net": "10172.00",
                            "amount_commission": "2543.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-22T08:59:00",
                        "end_at": null,
                        "amount_charge": "34233.60",
                        "amount_show": "323.20",
                        "commission_info": {
                          "show": {
                            "amount_gross": "404.00",
                            "amount_net": "323.20",
                            "amount_commission": "80.80"
                          },
                          "charge": {
                            "amount_gross": "42792.00",
                            "amount_net": "34233.60",
                            "amount_commission": "8558.40"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": "2025-10-21T08:59:00"
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 5,
              "quality": 2,
              "sex": 0,
              "bathroom": 2,
              "bedding": 2,
              "family": 0,
              "capacity": 1,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Standard Single Suite (single bed) (bed type is subject to availability, extra bed not included)",
            "room_name_info": {
              "original_rate_name": "Standard Suite (1 Twin Bed)"
            },
            "serp_filters": [
              "has_bathroom"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "extra-bed-fee",
              "not-guaranteed",
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Standard Single Suite",
              "main_name": "Standard Single Suite",
              "bathroom": null,
              "bedding_type": "single bed",
              "misc_room_type": "bed type is subject to availability, extra bed not included"
            }
          },
          {
            "match_hash": "m-11c93ef8-6e98-50cf-bf29-c737550a92fa",
            "search_hash": "sr-0193a81c-4d87-7f5a-bc03-3a6e604e04a1",
            "daily_prices": [
              "109.60",
              "109.60",
              "109.60"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "348.80",
                  "show_amount": "328.80",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {},
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "411.00",
                      "amount_net": "328.80",
                      "amount_commission": "82.20"
                    },
                    "charge": {
                      "amount_gross": "43516.00",
                      "amount_net": "34812.80",
                      "amount_commission": "8703.20"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": "2025-10-20T21:00:00",
                        "amount_charge": "0.00",
                        "amount_show": "0.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          },
                          "charge": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-20T21:00:00",
                        "end_at": "2025-10-21T21:00:00",
                        "amount_charge": "11549.60",
                        "amount_show": "109.60",
                        "commission_info": {
                          "show": {
                            "amount_gross": "137.00",
                            "amount_net": "109.60",
                            "amount_commission": "27.40"
                          },
                          "charge": {
                            "amount_gross": "14437.00",
                            "amount_net": "11549.60",
                            "amount_commission": "2887.40"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-21T21:00:00",
                        "end_at": null,
                        "amount_charge": "34812.80",
                        "amount_show": "328.80",
                        "commission_info": {
                          "show": {
                            "amount_gross": "411.00",
                            "amount_net": "328.80",
                            "amount_commission": "82.20"
                          },
                          "charge": {
                            "amount_gross": "43516.00",
                            "amount_net": "34812.80",
                            "amount_commission": "8703.20"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": "2025-10-20T21:00:00"
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 5,
              "quality": 2,
              "sex": 0,
              "bathroom": 2,
              "bedding": 3,
              "family": 0,
              "capacity": 2,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Standard Double Suite (full double bed) (king size bed)",
            "room_name_info": {
              "original_rate_name": "Standard Suite 1 King Bed"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking",
              "king-bed"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Standard Double Suite",
              "main_name": "Standard Double Suite",
              "bathroom": null,
              "bedding_type": "full double bed",
              "misc_room_type": "king size bed"
            }
          },
          {
            "match_hash": "m-bbdc381c-9373-52cc-8374-84187fb39894",
            "search_hash": "sr-0193a81c-4d87-7f59-a708-e1d0a78022ce",
            "daily_prices": [
              "109.60",
              "109.60",
              "109.60"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "348.80",
                  "show_amount": "328.80",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {},
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "411.00",
                      "amount_net": "328.80",
                      "amount_commission": "82.20"
                    },
                    "charge": {
                      "amount_gross": "43516.00",
                      "amount_net": "34812.80",
                      "amount_commission": "8703.20"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": "2025-10-20T21:00:00",
                        "amount_charge": "0.00",
                        "amount_show": "0.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          },
                          "charge": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-20T21:00:00",
                        "end_at": "2025-10-21T21:00:00",
                        "amount_charge": "11549.60",
                        "amount_show": "109.60",
                        "commission_info": {
                          "show": {
                            "amount_gross": "137.00",
                            "amount_net": "109.60",
                            "amount_commission": "27.40"
                          },
                          "charge": {
                            "amount_gross": "14437.00",
                            "amount_net": "11549.60",
                            "amount_commission": "2887.40"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-21T21:00:00",
                        "end_at": null,
                        "amount_charge": "34812.80",
                        "amount_show": "328.80",
                        "commission_info": {
                          "show": {
                            "amount_gross": "411.00",
                            "amount_net": "328.80",
                            "amount_commission": "82.20"
                          },
                          "charge": {
                            "amount_gross": "43516.00",
                            "amount_net": "34812.80",
                            "amount_commission": "8703.20"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": "2025-10-20T21:00:00"
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 5,
              "quality": 2,
              "sex": 0,
              "bathroom": 2,
              "bedding": 2,
              "family": 0,
              "capacity": 1,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Standard Single Suite (single bed) (extra bed not included)",
            "room_name_info": {
              "original_rate_name": "Standard Suite 1 Twin Bed"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "extra-bed-fee",
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Standard Single Suite",
              "main_name": "Standard Single Suite",
              "bathroom": null,
              "bedding_type": "single bed",
              "misc_room_type": "extra bed not included"
            }
          },
          {
            "match_hash": "m-99cefa00-12cc-5cdd-abe8-2c6d60554173",
            "search_hash": "sr-0193a81c-4d87-7f5f-b1f6-29ae4a4a88df",
            "daily_prices": [
              "111.47",
              "111.47",
              "111.47"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "354.40",
                  "show_amount": "334.40",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {},
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "418.00",
                      "amount_net": "334.40",
                      "amount_commission": "83.60"
                    },
                    "charge": {
                      "amount_gross": "44288.00",
                      "amount_net": "35430.40",
                      "amount_commission": "8857.60"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": "2025-10-19T10:00:00",
                        "amount_charge": "0.00",
                        "amount_show": "0.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          },
                          "charge": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-19T10:00:00",
                        "end_at": "2025-10-23T00:00:00",
                        "amount_charge": "11761.60",
                        "amount_show": "111.20",
                        "commission_info": {
                          "show": {
                            "amount_gross": "139.00",
                            "amount_net": "111.20",
                            "amount_commission": "27.80"
                          },
                          "charge": {
                            "amount_gross": "14702.00",
                            "amount_net": "11761.60",
                            "amount_commission": "2940.40"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-23T00:00:00",
                        "end_at": null,
                        "amount_charge": "35430.40",
                        "amount_show": "334.40",
                        "commission_info": {
                          "show": {
                            "amount_gross": "418.00",
                            "amount_net": "334.40",
                            "amount_commission": "83.60"
                          },
                          "charge": {
                            "amount_gross": "44288.00",
                            "amount_net": "35430.40",
                            "amount_commission": "8857.60"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": "2025-10-19T10:00:00"
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 5,
              "quality": 2,
              "sex": 0,
              "bathroom": 2,
              "bedding": 0,
              "family": 0,
              "capacity": 0,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Standard Suite",
            "room_name_info": {
              "original_rate_name": "Standard Suite"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Standard Suite",
              "main_name": "Standard Suite",
              "bathroom": null,
              "bedding_type": null,
              "misc_room_type": null
            }
          },
          {
            "match_hash": "m-83f48705-aa07-5b39-a183-373d46d9f3d7",
            "search_hash": "sr-0193a81c-4d87-7f61-8a76-ed8aad184c07",
            "daily_prices": [
              "111.73",
              "111.73",
              "111.73"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "354.80",
                  "show_amount": "335.20",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "EUR",
                    "value": "0.00"
                  },
                  "tax_data": {},
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "419.00",
                      "amount_net": "335.20",
                      "amount_commission": "83.80"
                    },
                    "charge": {
                      "amount_gross": "44341.00",
                      "amount_net": "35472.80",
                      "amount_commission": "8868.20"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": "2025-10-19T21:00:00",
                        "amount_charge": "0.00",
                        "amount_show": "0.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          },
                          "charge": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-19T21:00:00",
                        "end_at": "2025-10-21T21:00:00",
                        "amount_charge": "11655.20",
                        "amount_show": "110.40",
                        "commission_info": {
                          "show": {
                            "amount_gross": "138.00",
                            "amount_net": "110.40",
                            "amount_commission": "27.60"
                          },
                          "charge": {
                            "amount_gross": "14569.00",
                            "amount_net": "11655.20",
                            "amount_commission": "2913.80"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-21T21:00:00",
                        "end_at": null,
                        "amount_charge": "35472.80",
                        "amount_show": "335.20",
                        "commission_info": {
                          "show": {
                            "amount_gross": "419.00",
                            "amount_net": "335.20",
                            "amount_commission": "83.80"
                          },
                          "charge": {
                            "amount_gross": "44341.00",
                            "amount_net": "35472.80",
                            "amount_commission": "8868.20"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": "2025-10-19T21:00:00"
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 5,
              "quality": 2,
              "sex": 0,
              "bathroom": 2,
              "bedding": 0,
              "family": 0,
              "capacity": 0,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Standard Suite",
            "room_name_info": {
              "original_rate_name": "Standard Suite BC "
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Standard Suite",
              "main_name": "Standard Suite",
              "bathroom": null,
              "bedding_type": null,
              "misc_room_type": null
            }
          },
          {
            "match_hash": "m-ddcc7379-c49e-55c7-b944-ba20e8fac9be",
            "search_hash": "sr-0193a81c-4d87-7f54-8ddb-173c9cab42a3",
            "daily_prices": [
              "118.13",
              "118.13",
              "118.13"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "375.60",
                  "show_amount": "354.40",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {},
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "443.00",
                      "amount_net": "354.40",
                      "amount_commission": "88.60"
                    },
                    "charge": {
                      "amount_gross": "46927.00",
                      "amount_net": "37541.60",
                      "amount_commission": "9385.40"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": "2025-10-17T00:00:00",
                        "amount_charge": "0.00",
                        "amount_show": "0.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          },
                          "charge": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-17T00:00:00",
                        "end_at": "2025-10-22T00:00:00",
                        "amount_charge": "12503.20",
                        "amount_show": "118.40",
                        "commission_info": {
                          "show": {
                            "amount_gross": "148.00",
                            "amount_net": "118.40",
                            "amount_commission": "29.60"
                          },
                          "charge": {
                            "amount_gross": "15629.00",
                            "amount_net": "12503.20",
                            "amount_commission": "3125.80"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-22T00:00:00",
                        "end_at": null,
                        "amount_charge": "37541.60",
                        "amount_show": "354.40",
                        "commission_info": {
                          "show": {
                            "amount_gross": "443.00",
                            "amount_net": "354.40",
                            "amount_commission": "88.60"
                          },
                          "charge": {
                            "amount_gross": "46927.00",
                            "amount_net": "37541.60",
                            "amount_commission": "9385.40"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": "2025-10-17T00:00:00"
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 5,
              "quality": 2,
              "sex": 0,
              "bathroom": 2,
              "bedding": 3,
              "family": 0,
              "capacity": 2,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Standard Double Suite (full double bed) (king size bed)",
            "room_name_info": {
              "original_rate_name": "Standard Suite(1-King Bed(s))"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking",
              "king-bed"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Standard Double Suite",
              "main_name": "Standard Double Suite",
              "bathroom": null,
              "bedding_type": "full double bed",
              "misc_room_type": "king size bed"
            }
          },
          {
            "match_hash": "m-9a9c96d0-5303-5632-8789-ca0b58043c0e",
            "search_hash": "sr-0193a81c-4d87-7f56-8148-3ff2fb7b8645",
            "daily_prices": [
              "122.40",
              "122.40",
              "122.40"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "388.00",
                  "show_amount": "367.20",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {},
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "459.00",
                      "amount_net": "367.20",
                      "amount_commission": "91.80"
                    },
                    "charge": {
                      "amount_gross": "48580.00",
                      "amount_net": "38864.00",
                      "amount_commission": "9716.00"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": "2025-10-21T08:59:00",
                        "amount_charge": "0.00",
                        "amount_show": "0.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          },
                          "charge": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-21T08:59:00",
                        "end_at": "2025-10-23T00:00:00",
                        "amount_charge": "12927.20",
                        "amount_show": "122.40",
                        "commission_info": {
                          "show": {
                            "amount_gross": "153.00",
                            "amount_net": "122.40",
                            "amount_commission": "30.60"
                          },
                          "charge": {
                            "amount_gross": "16159.00",
                            "amount_net": "12927.20",
                            "amount_commission": "3231.80"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-23T00:00:00",
                        "end_at": null,
                        "amount_charge": "38864.00",
                        "amount_show": "367.20",
                        "commission_info": {
                          "show": {
                            "amount_gross": "459.00",
                            "amount_net": "367.20",
                            "amount_commission": "91.80"
                          },
                          "charge": {
                            "amount_gross": "48580.00",
                            "amount_net": "38864.00",
                            "amount_commission": "9716.00"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": "2025-10-21T08:59:00"
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 5,
              "quality": 2,
              "sex": 0,
              "bathroom": 2,
              "bedding": 0,
              "family": 0,
              "capacity": 0,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Standard Suite",
            "room_name_info": {
              "original_rate_name": "Standard Suite"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Standard Suite",
              "main_name": "Standard Suite",
              "bathroom": null,
              "bedding_type": null,
              "misc_room_type": null
            }
          },
          {
            "match_hash": "m-20760591-1bed-50e9-841f-8bfeeb583c57",
            "search_hash": "sr-0193a81c-4d87-7f62-aac5-bd20d2cf6daa",
            "daily_prices": [
              "125.07",
              "125.07",
              "125.07"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "396.00",
                  "show_amount": "375.20",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {},
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "469.00",
                      "amount_net": "375.20",
                      "amount_commission": "93.80"
                    },
                    "charge": {
                      "amount_gross": "49620.00",
                      "amount_net": "39696.00",
                      "amount_commission": "9924.00"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": null,
                        "amount_charge": "39696.00",
                        "amount_show": "375.20",
                        "commission_info": {
                          "show": {
                            "amount_gross": "469.00",
                            "amount_net": "375.20",
                            "amount_commission": "93.80"
                          },
                          "charge": {
                            "amount_gross": "49620.00",
                            "amount_net": "39696.00",
                            "amount_commission": "9924.00"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": null
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 5,
              "quality": 2,
              "sex": 0,
              "bathroom": 2,
              "bedding": 4,
              "family": 0,
              "capacity": 2,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Standard Double Suite (twin beds)",
            "room_name_info": {
              "original_rate_name": "Standard Twin Suite"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Standard Double Suite",
              "main_name": "Standard Double Suite",
              "bathroom": null,
              "bedding_type": "twin beds",
              "misc_room_type": null
            }
          },
          {
            "match_hash": "m-bbe442c8-2a4c-5426-afff-b3477362fc25",
            "search_hash": "sr-0193a81c-4d87-7f63-bd06-363bee45f295",
            "daily_prices": [
              "128.00",
              "128.00",
              "128.00"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "406.00",
                  "show_amount": "384.00",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {},
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "480.00",
                      "amount_net": "384.00",
                      "amount_commission": "96.00"
                    },
                    "charge": {
                      "amount_gross": "50815.00",
                      "amount_net": "40652.00",
                      "amount_commission": "10163.00"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": "2025-10-21T08:59:00",
                        "amount_charge": "0.00",
                        "amount_show": "0.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          },
                          "charge": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-21T08:59:00",
                        "end_at": "2025-10-22T08:59:00",
                        "amount_charge": "12079.20",
                        "amount_show": "114.40",
                        "commission_info": {
                          "show": {
                            "amount_gross": "143.00",
                            "amount_net": "114.40",
                            "amount_commission": "28.60"
                          },
                          "charge": {
                            "amount_gross": "15099.00",
                            "amount_net": "12079.20",
                            "amount_commission": "3019.80"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-22T08:59:00",
                        "end_at": null,
                        "amount_charge": "40652.00",
                        "amount_show": "384.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "480.00",
                            "amount_net": "384.00",
                            "amount_commission": "96.00"
                          },
                          "charge": {
                            "amount_gross": "50815.00",
                            "amount_net": "40652.00",
                            "amount_commission": "10163.00"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": "2025-10-21T08:59:00"
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 5,
              "quality": 8,
              "sex": 0,
              "bathroom": 2,
              "bedding": 2,
              "family": 0,
              "capacity": 1,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 5,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Executive Single Suite with city view (single bed) (bed type is subject to availability, extra bed not included)",
            "room_name_info": {
              "original_rate_name": "Executive Suite, City View (1 Twin Bed)"
            },
            "serp_filters": [
              "has_bathroom"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "not-guaranteed",
              "extra-bed-fee",
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Executive Single Suite with city view",
              "main_name": "Executive Single Suite with city view",
              "bathroom": null,
              "bedding_type": "single bed",
              "misc_room_type": "bed type is subject to availability, extra bed not included"
            }
          },
          {
            "match_hash": "m-908a3c52-3770-50ab-8bd6-1e39bc9b63c1",
            "search_hash": "sr-0193a81c-4d87-7f66-b6f9-3c14d1b49fee",
            "daily_prices": [
              "128.00",
              "128.00",
              "128.00"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "406.00",
                  "show_amount": "384.00",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {},
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "480.00",
                      "amount_net": "384.00",
                      "amount_commission": "96.00"
                    },
                    "charge": {
                      "amount_gross": "50815.00",
                      "amount_net": "40652.00",
                      "amount_commission": "10163.00"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": "2025-10-21T08:59:00",
                        "amount_charge": "0.00",
                        "amount_show": "0.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          },
                          "charge": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-21T08:59:00",
                        "end_at": "2025-10-22T08:59:00",
                        "amount_charge": "12079.20",
                        "amount_show": "114.40",
                        "commission_info": {
                          "show": {
                            "amount_gross": "143.00",
                            "amount_net": "114.40",
                            "amount_commission": "28.60"
                          },
                          "charge": {
                            "amount_gross": "15099.00",
                            "amount_net": "12079.20",
                            "amount_commission": "3019.80"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-22T08:59:00",
                        "end_at": null,
                        "amount_charge": "40652.00",
                        "amount_show": "384.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "480.00",
                            "amount_net": "384.00",
                            "amount_commission": "96.00"
                          },
                          "charge": {
                            "amount_gross": "50815.00",
                            "amount_net": "40652.00",
                            "amount_commission": "10163.00"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": "2025-10-21T08:59:00"
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 5,
              "quality": 8,
              "sex": 0,
              "bathroom": 2,
              "bedding": 3,
              "family": 0,
              "capacity": 2,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 5,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Executive Double Suite with city view (full double bed) (bed type is subject to availability)",
            "room_name_info": {
              "original_rate_name": "Executive Suite, City View (1 King Bed)"
            },
            "serp_filters": [
              "has_bathroom"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking",
              "not-guaranteed"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Executive Double Suite with city view",
              "main_name": "Executive Double Suite with city view",
              "bathroom": null,
              "bedding_type": "full double bed",
              "misc_room_type": "bed type is subject to availability"
            }
          },
          {
            "match_hash": "m-e26cddcf-7c4b-5eb9-95e0-16632997d99d",
            "search_hash": "sr-0193a81c-4d87-7f53-b8fe-aa9c21e965c6",
            "daily_prices": [
              "130.13",
              "130.13",
              "130.13"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "413.00",
                  "show_amount": "390.40",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {},
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "488.00",
                      "amount_net": "390.40",
                      "amount_commission": "97.60"
                    },
                    "charge": {
                      "amount_gross": "51675.00",
                      "amount_net": "41340.00",
                      "amount_commission": "10335.00"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": "2025-10-20T21:00:00",
                        "amount_charge": "0.00",
                        "amount_show": "0.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          },
                          "charge": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-20T21:00:00",
                        "end_at": "2025-10-21T21:00:00",
                        "amount_charge": "13774.40",
                        "amount_show": "130.40",
                        "commission_info": {
                          "show": {
                            "amount_gross": "163.00",
                            "amount_net": "130.40",
                            "amount_commission": "32.60"
                          },
                          "charge": {
                            "amount_gross": "17218.00",
                            "amount_net": "13774.40",
                            "amount_commission": "3443.60"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-21T21:00:00",
                        "end_at": null,
                        "amount_charge": "41340.00",
                        "amount_show": "390.40",
                        "commission_info": {
                          "show": {
                            "amount_gross": "488.00",
                            "amount_net": "390.40",
                            "amount_commission": "97.60"
                          },
                          "charge": {
                            "amount_gross": "51675.00",
                            "amount_net": "41340.00",
                            "amount_commission": "10335.00"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": "2025-10-20T21:00:00"
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 5,
              "quality": 8,
              "sex": 0,
              "bathroom": 2,
              "bedding": 2,
              "family": 0,
              "capacity": 1,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 5,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Executive Single Suite with city view (single bed) (extra bed not included)",
            "room_name_info": {
              "original_rate_name": "Executive Suite, City View 1 Twin Bed"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "extra-bed-fee",
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Executive Single Suite with city view",
              "main_name": "Executive Single Suite with city view",
              "bathroom": null,
              "bedding_type": "single bed",
              "misc_room_type": "extra bed not included"
            }
          },
          {
            "match_hash": "m-762a9344-b445-58a7-895a-9ab800dcaff3",
            "search_hash": "sr-0193a81c-4d87-7f52-bf9b-2f67c5c97224",
            "daily_prices": [
              "130.13",
              "130.13",
              "130.13"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "413.00",
                  "show_amount": "390.40",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {},
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "488.00",
                      "amount_net": "390.40",
                      "amount_commission": "97.60"
                    },
                    "charge": {
                      "amount_gross": "51675.00",
                      "amount_net": "41340.00",
                      "amount_commission": "10335.00"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": "2025-10-20T21:00:00",
                        "amount_charge": "0.00",
                        "amount_show": "0.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          },
                          "charge": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-20T21:00:00",
                        "end_at": "2025-10-21T21:00:00",
                        "amount_charge": "13774.40",
                        "amount_show": "130.40",
                        "commission_info": {
                          "show": {
                            "amount_gross": "163.00",
                            "amount_net": "130.40",
                            "amount_commission": "32.60"
                          },
                          "charge": {
                            "amount_gross": "17218.00",
                            "amount_net": "13774.40",
                            "amount_commission": "3443.60"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-21T21:00:00",
                        "end_at": null,
                        "amount_charge": "41340.00",
                        "amount_show": "390.40",
                        "commission_info": {
                          "show": {
                            "amount_gross": "488.00",
                            "amount_net": "390.40",
                            "amount_commission": "97.60"
                          },
                          "charge": {
                            "amount_gross": "51675.00",
                            "amount_net": "41340.00",
                            "amount_commission": "10335.00"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": "2025-10-20T21:00:00"
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 5,
              "quality": 8,
              "sex": 0,
              "bathroom": 2,
              "bedding": 3,
              "family": 0,
              "capacity": 2,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 5,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Executive Double Suite with city view (full double bed) (king size bed)",
            "room_name_info": {
              "original_rate_name": "Executive Suite, City View 1 King Bed"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "king-bed",
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Executive Double Suite with city view",
              "main_name": "Executive Double Suite with city view",
              "bathroom": null,
              "bedding_type": "full double bed",
              "misc_room_type": "king size bed"
            }
          },
          {
            "match_hash": "m-06165f24-eba2-5ff6-9d8f-f7b057d1c8b5",
            "search_hash": "sr-0193a81c-4d87-7f58-a010-f297b8ace385",
            "daily_prices": [
              "132.00",
              "132.00",
              "132.00"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "419.60",
                  "show_amount": "396.00",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "EUR",
                    "value": "0.00"
                  },
                  "tax_data": {},
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "495.00",
                      "amount_net": "396.00",
                      "amount_commission": "99.00"
                    },
                    "charge": {
                      "amount_gross": "52407.00",
                      "amount_net": "41925.60",
                      "amount_commission": "10481.40"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": "2025-10-19T21:00:00",
                        "amount_charge": "0.00",
                        "amount_show": "0.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          },
                          "charge": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-19T21:00:00",
                        "end_at": "2025-10-21T21:00:00",
                        "amount_charge": "13774.40",
                        "amount_show": "130.40",
                        "commission_info": {
                          "show": {
                            "amount_gross": "163.00",
                            "amount_net": "130.40",
                            "amount_commission": "32.60"
                          },
                          "charge": {
                            "amount_gross": "17218.00",
                            "amount_net": "13774.40",
                            "amount_commission": "3443.60"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-21T21:00:00",
                        "end_at": null,
                        "amount_charge": "41925.60",
                        "amount_show": "396.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "495.00",
                            "amount_net": "396.00",
                            "amount_commission": "99.00"
                          },
                          "charge": {
                            "amount_gross": "52407.00",
                            "amount_net": "41925.60",
                            "amount_commission": "10481.40"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": "2025-10-19T21:00:00"
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 5,
              "quality": 8,
              "sex": 0,
              "bathroom": 2,
              "bedding": 0,
              "family": 0,
              "capacity": 0,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 5,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Executive Suite with city view",
            "room_name_info": {
              "original_rate_name": "Executive Suite, City View BC "
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Executive Suite with city view",
              "main_name": "Executive Suite with city view",
              "bathroom": null,
              "bedding_type": null,
              "misc_room_type": null
            }
          },
          {
            "match_hash": "m-8b35699a-e5bf-5d90-84c8-029967afed2d",
            "search_hash": "sr-0193a81c-4d87-7f5e-adc7-ef0408b29f9e",
            "daily_prices": [
              "132.53",
              "132.53",
              "132.53"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "420.40",
                  "show_amount": "397.60",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {},
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "497.00",
                      "amount_net": "397.60",
                      "amount_commission": "99.40"
                    },
                    "charge": {
                      "amount_gross": "52578.00",
                      "amount_net": "42062.40",
                      "amount_commission": "10515.60"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": "2025-10-19T10:00:00",
                        "amount_charge": "0.00",
                        "amount_show": "0.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          },
                          "charge": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-19T10:00:00",
                        "end_at": "2025-10-23T00:00:00",
                        "amount_charge": "13986.40",
                        "amount_show": "132.80",
                        "commission_info": {
                          "show": {
                            "amount_gross": "166.00",
                            "amount_net": "132.80",
                            "amount_commission": "33.20"
                          },
                          "charge": {
                            "amount_gross": "17483.00",
                            "amount_net": "13986.40",
                            "amount_commission": "3496.60"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-23T00:00:00",
                        "end_at": null,
                        "amount_charge": "42062.40",
                        "amount_show": "397.60",
                        "commission_info": {
                          "show": {
                            "amount_gross": "497.00",
                            "amount_net": "397.60",
                            "amount_commission": "99.40"
                          },
                          "charge": {
                            "amount_gross": "52578.00",
                            "amount_net": "42062.40",
                            "amount_commission": "10515.60"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": "2025-10-19T10:00:00"
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 5,
              "quality": 8,
              "sex": 0,
              "bathroom": 2,
              "bedding": 0,
              "family": 0,
              "capacity": 0,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 5,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Executive Suite with city view",
            "room_name_info": {
              "original_rate_name": "Executive Suite, City View"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Executive Suite with city view",
              "main_name": "Executive Suite with city view",
              "bathroom": null,
              "bedding_type": null,
              "misc_room_type": null
            }
          },
          {
            "match_hash": "m-d28dcfa5-c310-5ec1-ae2b-4ef8a1bbb9d7",
            "search_hash": "sr-0193a81c-4d87-7f5c-bd6e-2df8148caef5",
            "daily_prices": [
              "137.33",
              "137.33",
              "137.33"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "436.20",
                  "show_amount": "412.00",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {},
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "515.00",
                      "amount_net": "412.00",
                      "amount_commission": "103.00"
                    },
                    "charge": {
                      "amount_gross": "54564.00",
                      "amount_net": "43651.20",
                      "amount_commission": "10912.80"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": null,
                        "amount_charge": "43651.20",
                        "amount_show": "412.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "515.00",
                            "amount_net": "412.00",
                            "amount_commission": "103.00"
                          },
                          "charge": {
                            "amount_gross": "54564.00",
                            "amount_net": "43651.20",
                            "amount_commission": "10912.80"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": null
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 5,
              "quality": 8,
              "sex": 0,
              "bathroom": 2,
              "bedding": 0,
              "family": 0,
              "capacity": 0,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Executive Suite",
            "room_name_info": {
              "original_rate_name": "Executive Suite"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Executive Suite",
              "main_name": "Executive Suite",
              "bathroom": null,
              "bedding_type": null,
              "misc_room_type": null
            }
          },
          {
            "match_hash": "m-f427b645-285f-55c8-9d1a-f69ca4261902",
            "search_hash": "sr-0193a81c-4d87-7f69-b430-f1b4194fac66",
            "daily_prices": [
              "138.93",
              "138.93",
              "138.93"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "441.00",
                  "show_amount": "416.80",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "EUR",
                    "value": "0.00"
                  },
                  "tax_data": {},
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "521.00",
                      "amount_net": "416.80",
                      "amount_commission": "104.20"
                    },
                    "charge": {
                      "amount_gross": "55160.00",
                      "amount_net": "44128.00",
                      "amount_commission": "11032.00"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": null,
                        "amount_charge": "44128.00",
                        "amount_show": "416.80",
                        "commission_info": {
                          "show": {
                            "amount_gross": "521.00",
                            "amount_net": "416.80",
                            "amount_commission": "104.20"
                          },
                          "charge": {
                            "amount_gross": "55160.00",
                            "amount_net": "44128.00",
                            "amount_commission": "11032.00"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": null
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 5,
              "quality": 8,
              "sex": 0,
              "bathroom": 2,
              "bedding": 3,
              "family": 0,
              "capacity": 2,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Executive Double Suite (full double bed) (bed type is subject to availability)",
            "room_name_info": {
              "original_rate_name": "double Executive Suite"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "not-guaranteed",
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Executive Double Suite",
              "main_name": "Executive Double Suite",
              "bathroom": null,
              "bedding_type": "full double bed",
              "misc_room_type": "bed type is subject to availability"
            }
          },
          {
            "match_hash": "m-001c1776-e0e9-5561-8dbd-75d272f69008",
            "search_hash": "sr-0193a81c-4d87-7f6b-ad2e-1589a6c56f3c",
            "daily_prices": [
              "140.27",
              "140.27",
              "140.27"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "445.80",
                  "show_amount": "420.80",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {},
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "526.00",
                      "amount_net": "420.80",
                      "amount_commission": "105.20"
                    },
                    "charge": {
                      "amount_gross": "55711.00",
                      "amount_net": "44568.80",
                      "amount_commission": "11142.20"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": "2025-10-17T00:00:00",
                        "amount_charge": "0.00",
                        "amount_show": "0.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          },
                          "charge": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-17T00:00:00",
                        "end_at": "2025-10-22T00:00:00",
                        "amount_charge": "14833.60",
                        "amount_show": "140.80",
                        "commission_info": {
                          "show": {
                            "amount_gross": "176.00",
                            "amount_net": "140.80",
                            "amount_commission": "35.20"
                          },
                          "charge": {
                            "amount_gross": "18542.00",
                            "amount_net": "14833.60",
                            "amount_commission": "3708.40"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-22T00:00:00",
                        "end_at": null,
                        "amount_charge": "44568.80",
                        "amount_show": "420.80",
                        "commission_info": {
                          "show": {
                            "amount_gross": "526.00",
                            "amount_net": "420.80",
                            "amount_commission": "105.20"
                          },
                          "charge": {
                            "amount_gross": "55711.00",
                            "amount_net": "44568.80",
                            "amount_commission": "11142.20"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": "2025-10-17T00:00:00"
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 5,
              "quality": 8,
              "sex": 0,
              "bathroom": 2,
              "bedding": 3,
              "family": 0,
              "capacity": 2,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 5,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Executive Double Suite with city view (full double bed) (king size bed)",
            "room_name_info": {
              "original_rate_name": "Executive Suite, City View(1-King Bed(s))"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "king-bed",
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Executive Double Suite with city view",
              "main_name": "Executive Double Suite with city view",
              "bathroom": null,
              "bedding_type": "full double bed",
              "misc_room_type": "king size bed"
            }
          },
          {
            "match_hash": "m-9f495429-cffb-5bcc-adcf-80098d26275c",
            "search_hash": "sr-0193a81c-4d87-7f55-a0c4-3775e1d2328c",
            "daily_prices": [
              "145.33",
              "145.33",
              "145.33"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "461.80",
                  "show_amount": "436.00",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {},
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "545.00",
                      "amount_net": "436.00",
                      "amount_commission": "109.00"
                    },
                    "charge": {
                      "amount_gross": "57686.00",
                      "amount_net": "46148.80",
                      "amount_commission": "11537.20"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": "2025-10-21T08:59:00",
                        "amount_charge": "0.00",
                        "amount_show": "0.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          },
                          "charge": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-21T08:59:00",
                        "end_at": "2025-10-23T00:00:00",
                        "amount_charge": "15364.00",
                        "amount_show": "145.60",
                        "commission_info": {
                          "show": {
                            "amount_gross": "182.00",
                            "amount_net": "145.60",
                            "amount_commission": "36.40"
                          },
                          "charge": {
                            "amount_gross": "19205.00",
                            "amount_net": "15364.00",
                            "amount_commission": "3841.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-23T00:00:00",
                        "end_at": null,
                        "amount_charge": "46148.80",
                        "amount_show": "436.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "545.00",
                            "amount_net": "436.00",
                            "amount_commission": "109.00"
                          },
                          "charge": {
                            "amount_gross": "57686.00",
                            "amount_net": "46148.80",
                            "amount_commission": "11537.20"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": "2025-10-21T08:59:00"
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 5,
              "quality": 8,
              "sex": 0,
              "bathroom": 2,
              "bedding": 0,
              "family": 0,
              "capacity": 0,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 5,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Executive Suite with city view",
            "room_name_info": {
              "original_rate_name": "Executive Suite, City View"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Executive Suite with city view",
              "main_name": "Executive Suite with city view",
              "bathroom": null,
              "bedding_type": null,
              "misc_room_type": null
            }
          },
          {
            "match_hash": "m-4df961c6-8fc5-5243-bbb4-d47c4790b58c",
            "search_hash": "sr-0193a81c-4d87-7f5d-90ce-d08cf2b1467b",
            "daily_prices": [
              "188.53",
              "188.53",
              "188.53"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "599.60",
                  "show_amount": "565.60",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {},
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "707.00",
                      "amount_net": "565.60",
                      "amount_commission": "141.40"
                    },
                    "charge": {
                      "amount_gross": "74882.00",
                      "amount_net": "59905.60",
                      "amount_commission": "14976.40"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": "2025-10-21T08:59:00",
                        "amount_charge": "0.00",
                        "amount_show": "0.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          },
                          "charge": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-21T08:59:00",
                        "end_at": "2025-10-22T08:59:00",
                        "amount_charge": "17800.80",
                        "amount_show": "168.80",
                        "commission_info": {
                          "show": {
                            "amount_gross": "211.00",
                            "amount_net": "168.80",
                            "amount_commission": "42.20"
                          },
                          "charge": {
                            "amount_gross": "22251.00",
                            "amount_net": "17800.80",
                            "amount_commission": "4450.20"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-22T08:59:00",
                        "end_at": null,
                        "amount_charge": "59905.60",
                        "amount_show": "565.60",
                        "commission_info": {
                          "show": {
                            "amount_gross": "707.00",
                            "amount_net": "565.60",
                            "amount_commission": "141.40"
                          },
                          "charge": {
                            "amount_gross": "74882.00",
                            "amount_net": "59905.60",
                            "amount_commission": "14976.40"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": "2025-10-21T08:59:00"
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 5,
              "quality": 0,
              "sex": 0,
              "bathroom": 2,
              "bedding": 3,
              "family": 0,
              "capacity": 0,
              "club": 0,
              "bedrooms": 2,
              "balcony": 0,
              "view": 5,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "2 Bedrooms Suite with city view (full double bed) (king size bed)",
            "room_name_info": {
              "original_rate_name": "Suite, 2 Bedrooms, City View (1 King Bed and 1 Double Bed)"
            },
            "serp_filters": [
              "has_bathroom"
            ],
            "sell_price_limits": null,
            "allotment": 3,
            "amenities_data": [
              "king-bed",
              "2-bedrooms",
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "2 Bedrooms Suite with city view",
              "main_name": "2 Bedrooms Suite with city view",
              "bathroom": null,
              "bedding_type": "full double bed",
              "misc_room_type": "king size bed"
            }
          }
        ],
        "bar_price_data": null
      },
      {
        "id": "corendon_vitality_hotel_amsterdam",
        "hid": 6291712,
        "rates": [
          {
            "match_hash": "m-49fc96c0-cb2c-59d3-9df9-0607461f9351",
            "search_hash": "sr-0193a81c-4de4-705f-9831-7a5141a82238",
            "daily_prices": [
              "175.47",
              "175.47",
              "175.47"
            ],
            "meal": "nomeal",
            "meal_data": {
              "value": "nomeal",
              "has_breakfast": false,
              "no_child_meal": true
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "556.40",
                  "show_amount": "526.40",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {
                    "taxes": [
                      {
                        "name": "city_tax",
                        "included_by_supplier": false,
                        "amount": "55.13",
                        "currency_code": "EUR"
                      },
                      {
                        "name": "vat",
                        "included_by_supplier": true,
                        "amount": "43.46",
                        "currency_code": "EUR"
                      }
                    ]
                  },
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "658.00",
                      "amount_net": "526.40",
                      "amount_commission": "131.60"
                    },
                    "charge": {
                      "amount_gross": "69618.00",
                      "amount_net": "55694.40",
                      "amount_commission": "13923.60"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": null,
                        "amount_charge": "55694.40",
                        "amount_show": "526.40",
                        "commission_info": {
                          "show": {
                            "amount_gross": "658.00",
                            "amount_net": "526.40",
                            "amount_commission": "131.60"
                          },
                          "charge": {
                            "amount_gross": "69618.00",
                            "amount_net": "55694.40",
                            "amount_commission": "13923.60"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": null
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 3,
              "quality": 2,
              "sex": 0,
              "bathroom": 2,
              "bedding": 4,
              "family": 0,
              "capacity": 2,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Standard Double room (twin beds)",
            "room_name_info": {
              "original_rate_name": "Twin Room, 2 Twin Beds, Non Smoking"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Standard Double room",
              "main_name": "Standard Double room",
              "bathroom": null,
              "bedding_type": "twin beds",
              "misc_room_type": null
            }
          },
          {
            "match_hash": "m-6b5f48ea-c1bc-5644-b8d6-0c64d1751487",
            "search_hash": "sr-0193a81c-4de4-7060-912d-26f717e94586",
            "daily_prices": [
              "175.47",
              "175.47",
              "175.47"
            ],
            "meal": "nomeal",
            "meal_data": {
              "value": "nomeal",
              "has_breakfast": false,
              "no_child_meal": true
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "556.40",
                  "show_amount": "526.40",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {
                    "taxes": [
                      {
                        "name": "city_tax",
                        "included_by_supplier": false,
                        "amount": "55.13",
                        "currency_code": "EUR"
                      },
                      {
                        "name": "vat",
                        "included_by_supplier": true,
                        "amount": "43.46",
                        "currency_code": "EUR"
                      }
                    ]
                  },
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "658.00",
                      "amount_net": "526.40",
                      "amount_commission": "131.60"
                    },
                    "charge": {
                      "amount_gross": "69618.00",
                      "amount_net": "55694.40",
                      "amount_commission": "13923.60"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": null,
                        "amount_charge": "55694.40",
                        "amount_show": "526.40",
                        "commission_info": {
                          "show": {
                            "amount_gross": "658.00",
                            "amount_net": "526.40",
                            "amount_commission": "131.60"
                          },
                          "charge": {
                            "amount_gross": "69618.00",
                            "amount_net": "55694.40",
                            "amount_commission": "13923.60"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": null
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 3,
              "quality": 2,
              "sex": 0,
              "bathroom": 2,
              "bedding": 3,
              "family": 0,
              "capacity": 2,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Standard Double room (full double bed)",
            "room_name_info": {
              "original_rate_name": "Room, 1 King Bed, Non Smoking"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Standard Double room",
              "main_name": "Standard Double room",
              "bathroom": null,
              "bedding_type": "full double bed",
              "misc_room_type": null
            }
          },
          {
            "match_hash": "m-da70285b-32e5-5e27-b356-39ba64f629c7",
            "search_hash": "sr-0193a81c-4de4-70ac-b465-3ea18d53f3ab",
            "daily_prices": [
              "196.53",
              "196.53",
              "196.53"
            ],
            "meal": "nomeal",
            "meal_data": {
              "value": "nomeal",
              "has_breakfast": false,
              "no_child_meal": true
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "624.60",
                  "show_amount": "589.60",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {
                    "taxes": [
                      {
                        "name": "city_tax",
                        "included_by_supplier": false,
                        "amount": "61.78",
                        "currency_code": "EUR"
                      },
                      {
                        "name": "vat",
                        "included_by_supplier": true,
                        "amount": "48.68",
                        "currency_code": "EUR"
                      }
                    ]
                  },
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "737.00",
                      "amount_net": "589.60",
                      "amount_commission": "147.40"
                    },
                    "charge": {
                      "amount_gross": "78007.00",
                      "amount_net": "62405.60",
                      "amount_commission": "15601.40"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": null,
                        "amount_charge": "62405.60",
                        "amount_show": "589.60",
                        "commission_info": {
                          "show": {
                            "amount_gross": "737.00",
                            "amount_net": "589.60",
                            "amount_commission": "147.40"
                          },
                          "charge": {
                            "amount_gross": "78007.00",
                            "amount_net": "62405.60",
                            "amount_commission": "15601.40"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": null
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 3,
              "quality": 6,
              "sex": 0,
              "bathroom": 2,
              "bedding": 3,
              "family": 0,
              "capacity": 2,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Deluxe Double room (full double bed)",
            "room_name_info": {
              "original_rate_name": "Deluxe Room, 1 King Bed, Non Smoking"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Deluxe Double room",
              "main_name": "Deluxe Double room",
              "bathroom": null,
              "bedding_type": "full double bed",
              "misc_room_type": null
            }
          },
          {
            "match_hash": "m-25c84458-b5ac-51b3-aa77-fcd1125b7180",
            "search_hash": "sr-0193a81c-4de4-70c6-8e6b-b7b9447f7af5",
            "daily_prices": [
              "206.13",
              "206.13",
              "206.13"
            ],
            "meal": "nomeal",
            "meal_data": {
              "value": "nomeal",
              "has_breakfast": false,
              "no_child_meal": true
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "654.00",
                  "show_amount": "618.40",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {
                    "taxes": [
                      {
                        "name": "city_tax",
                        "included_by_supplier": false,
                        "amount": "64.81",
                        "currency_code": "EUR"
                      },
                      {
                        "name": "vat",
                        "included_by_supplier": true,
                        "amount": "51.06",
                        "currency_code": "EUR"
                      }
                    ]
                  },
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "773.00",
                      "amount_net": "618.40",
                      "amount_commission": "154.60"
                    },
                    "charge": {
                      "amount_gross": "81845.00",
                      "amount_net": "65476.00",
                      "amount_commission": "16369.00"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": null,
                        "amount_charge": "65476.00",
                        "amount_show": "618.40",
                        "commission_info": {
                          "show": {
                            "amount_gross": "773.00",
                            "amount_net": "618.40",
                            "amount_commission": "154.60"
                          },
                          "charge": {
                            "amount_gross": "81845.00",
                            "amount_net": "65476.00",
                            "amount_commission": "16369.00"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": null
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 3,
              "quality": 2,
              "sex": 0,
              "bathroom": 2,
              "bedding": 3,
              "family": 0,
              "capacity": 2,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Standard Double room (full double bed) (king size bed)",
            "room_name_info": {
              "original_rate_name": "Double room King bed"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking",
              "king-bed"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Standard Double room",
              "main_name": "Standard Double room",
              "bathroom": null,
              "bedding_type": "full double bed",
              "misc_room_type": "king size bed"
            }
          },
          {
            "match_hash": "m-22773fd1-4476-58f6-b5bd-f9d55e87e921",
            "search_hash": "sr-0193a81c-4de4-7068-95a6-aacba124dfa1",
            "daily_prices": [
              "208.00",
              "208.00",
              "208.00"
            ],
            "meal": "nomeal",
            "meal_data": {
              "value": "nomeal",
              "has_breakfast": false,
              "no_child_meal": true
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "660.60",
                  "show_amount": "624.00",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "EUR",
                    "value": "0.00"
                  },
                  "tax_data": {
                    "taxes": [
                      {
                        "name": "city_tax",
                        "included_by_supplier": false,
                        "amount": "65.37",
                        "currency_code": "EUR"
                      },
                      {
                        "name": "vat",
                        "included_by_supplier": true,
                        "amount": "51.52",
                        "currency_code": "EUR"
                      }
                    ]
                  },
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "780.00",
                      "amount_net": "624.00",
                      "amount_commission": "156.00"
                    },
                    "charge": {
                      "amount_gross": "82542.00",
                      "amount_net": "66033.60",
                      "amount_commission": "16508.40"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": null,
                        "amount_charge": "66033.60",
                        "amount_show": "624.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "780.00",
                            "amount_net": "624.00",
                            "amount_commission": "156.00"
                          },
                          "charge": {
                            "amount_gross": "82542.00",
                            "amount_net": "66033.60",
                            "amount_commission": "16508.40"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": null
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 3,
              "quality": 2,
              "sex": 0,
              "bathroom": 2,
              "bedding": 0,
              "family": 0,
              "capacity": 1,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Standard Single room (extra bed not included)",
            "room_name_info": {
              "original_rate_name": "Triple Room, Non Smoking (1 Twin Bed) - Package Rate"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking",
              "extra-bed-fee"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Standard Single room",
              "main_name": "Standard Single room",
              "bathroom": null,
              "bedding_type": null,
              "misc_room_type": "extra bed not included"
            }
          },
          {
            "match_hash": "m-6594d0b3-dc51-5844-8b11-66c677b18454",
            "search_hash": "sr-0193a81c-4de4-707f-828e-b6c932ff11a5",
            "daily_prices": [
              "209.87",
              "209.87",
              "209.87"
            ],
            "meal": "nomeal",
            "meal_data": {
              "value": "nomeal",
              "has_breakfast": false,
              "no_child_meal": true
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "666.40",
                  "show_amount": "629.60",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "EUR",
                    "value": "0.00"
                  },
                  "tax_data": {
                    "taxes": [
                      {
                        "name": "city_tax",
                        "included_by_supplier": false,
                        "amount": "65.96",
                        "currency_code": "EUR"
                      },
                      {
                        "name": "vat",
                        "included_by_supplier": true,
                        "amount": "51.99",
                        "currency_code": "EUR"
                      }
                    ]
                  },
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "787.00",
                      "amount_net": "629.60",
                      "amount_commission": "157.40"
                    },
                    "charge": {
                      "amount_gross": "83288.00",
                      "amount_net": "66630.40",
                      "amount_commission": "16657.60"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": null,
                        "amount_charge": "66630.40",
                        "amount_show": "629.60",
                        "commission_info": {
                          "show": {
                            "amount_gross": "787.00",
                            "amount_net": "629.60",
                            "amount_commission": "157.40"
                          },
                          "charge": {
                            "amount_gross": "83288.00",
                            "amount_net": "66630.40",
                            "amount_commission": "16657.60"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": null
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 3,
              "quality": 2,
              "sex": 0,
              "bathroom": 2,
              "bedding": 0,
              "family": 0,
              "capacity": 3,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Standard Triple room",
            "room_name_info": {
              "original_rate_name": "Triple Room, Non Smoking"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Standard Triple room",
              "main_name": "Standard Triple room",
              "bathroom": null,
              "bedding_type": null,
              "misc_room_type": null
            }
          },
          {
            "match_hash": "m-2718fc89-5484-5b60-858b-05b14e41e8c9",
            "search_hash": "sr-0193a81c-4de4-708d-b3c0-3821105496ef",
            "daily_prices": [
              "211.20",
              "211.20",
              "211.20"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "670.40",
                  "show_amount": "633.60",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "EUR",
                    "value": "0.00"
                  },
                  "tax_data": {
                    "taxes": [
                      {
                        "name": "city_tax",
                        "included_by_supplier": false,
                        "amount": "66.39",
                        "currency_code": "EUR"
                      },
                      {
                        "name": "vat",
                        "included_by_supplier": true,
                        "amount": "52.32",
                        "currency_code": "EUR"
                      }
                    ]
                  },
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "792.00",
                      "amount_net": "633.60",
                      "amount_commission": "158.40"
                    },
                    "charge": {
                      "amount_gross": "83828.00",
                      "amount_net": "67062.40",
                      "amount_commission": "16765.60"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": null,
                        "amount_charge": "67062.40",
                        "amount_show": "633.60",
                        "commission_info": {
                          "show": {
                            "amount_gross": "792.00",
                            "amount_net": "633.60",
                            "amount_commission": "158.40"
                          },
                          "charge": {
                            "amount_gross": "83828.00",
                            "amount_net": "67062.40",
                            "amount_commission": "16765.60"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": null
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 3,
              "quality": 2,
              "sex": 0,
              "bathroom": 2,
              "bedding": 4,
              "family": 0,
              "capacity": 2,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Standard Double room (twin beds)",
            "room_name_info": {
              "original_rate_name": "Twin Room, 2 Twin Beds, Non Smoking"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Standard Double room",
              "main_name": "Standard Double room",
              "bathroom": null,
              "bedding_type": "twin beds",
              "misc_room_type": null
            }
          },
          {
            "match_hash": "m-8f8b4e70-49e2-5bf7-b0e1-fc08a77a6044",
            "search_hash": "sr-0193a81c-4de4-708c-938e-cded2dc8dd03",
            "daily_prices": [
              "211.20",
              "211.20",
              "211.20"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "670.40",
                  "show_amount": "633.60",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "EUR",
                    "value": "0.00"
                  },
                  "tax_data": {
                    "taxes": [
                      {
                        "name": "city_tax",
                        "included_by_supplier": false,
                        "amount": "66.39",
                        "currency_code": "EUR"
                      },
                      {
                        "name": "vat",
                        "included_by_supplier": true,
                        "amount": "52.32",
                        "currency_code": "EUR"
                      }
                    ]
                  },
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "792.00",
                      "amount_net": "633.60",
                      "amount_commission": "158.40"
                    },
                    "charge": {
                      "amount_gross": "83828.00",
                      "amount_net": "67062.40",
                      "amount_commission": "16765.60"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": null,
                        "amount_charge": "67062.40",
                        "amount_show": "633.60",
                        "commission_info": {
                          "show": {
                            "amount_gross": "792.00",
                            "amount_net": "633.60",
                            "amount_commission": "158.40"
                          },
                          "charge": {
                            "amount_gross": "83828.00",
                            "amount_net": "67062.40",
                            "amount_commission": "16765.60"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": null
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 3,
              "quality": 2,
              "sex": 0,
              "bathroom": 2,
              "bedding": 3,
              "family": 0,
              "capacity": 2,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Standard Double room (full double bed)",
            "room_name_info": {
              "original_rate_name": "Room, 1 King Bed, Non Smoking"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Standard Double room",
              "main_name": "Standard Double room",
              "bathroom": null,
              "bedding_type": "full double bed",
              "misc_room_type": null
            }
          },
          {
            "match_hash": "m-af0f8f2b-8ed0-5dd3-aab8-813377d8266f",
            "search_hash": "sr-0193a81c-4de4-7090-a52c-ae24cf0da5cd",
            "daily_prices": [
              "227.47",
              "227.47",
              "227.47"
            ],
            "meal": "nomeal",
            "meal_data": {
              "value": "nomeal",
              "has_breakfast": false,
              "no_child_meal": true
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "722.20",
                  "show_amount": "682.40",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "EUR",
                    "value": "0.00"
                  },
                  "tax_data": {
                    "taxes": [
                      {
                        "name": "city_tax",
                        "included_by_supplier": false,
                        "amount": "71.57",
                        "currency_code": "EUR"
                      },
                      {
                        "name": "vat",
                        "included_by_supplier": true,
                        "amount": "56.34",
                        "currency_code": "EUR"
                      }
                    ]
                  },
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "853.00",
                      "amount_net": "682.40",
                      "amount_commission": "170.60"
                    },
                    "charge": {
                      "amount_gross": "90369.00",
                      "amount_net": "72295.20",
                      "amount_commission": "18073.80"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": null,
                        "amount_charge": "72295.20",
                        "amount_show": "682.40",
                        "commission_info": {
                          "show": {
                            "amount_gross": "853.00",
                            "amount_net": "682.40",
                            "amount_commission": "170.60"
                          },
                          "charge": {
                            "amount_gross": "90369.00",
                            "amount_net": "72295.20",
                            "amount_commission": "18073.80"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": null
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 4,
              "quality": 0,
              "sex": 0,
              "bathroom": 2,
              "bedding": 3,
              "family": 0,
              "capacity": 2,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Double Junior Suite (full double bed)",
            "room_name_info": {
              "original_rate_name": "Junior Suite, 1 Bedroom, Non Smoking"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Double Junior Suite",
              "main_name": "Double Junior Suite",
              "bathroom": null,
              "bedding_type": "full double bed",
              "misc_room_type": null
            }
          },
          {
            "match_hash": "m-4b9ee965-71a5-5dd5-90d0-22c8536334fc",
            "search_hash": "sr-0193a81c-4de4-70af-8e70-5a908c7ecbf7",
            "daily_prices": [
              "232.53",
              "232.53",
              "232.53"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "738.60",
                  "show_amount": "697.60",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "EUR",
                    "value": "0.00"
                  },
                  "tax_data": {
                    "taxes": [
                      {
                        "name": "city_tax",
                        "included_by_supplier": false,
                        "amount": "73.12",
                        "currency_code": "EUR"
                      },
                      {
                        "name": "vat",
                        "included_by_supplier": true,
                        "amount": "57.60",
                        "currency_code": "EUR"
                      }
                    ]
                  },
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "872.00",
                      "amount_net": "697.60",
                      "amount_commission": "174.40"
                    },
                    "charge": {
                      "amount_gross": "92327.00",
                      "amount_net": "73861.60",
                      "amount_commission": "18465.40"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": null,
                        "amount_charge": "73861.60",
                        "amount_show": "697.60",
                        "commission_info": {
                          "show": {
                            "amount_gross": "872.00",
                            "amount_net": "697.60",
                            "amount_commission": "174.40"
                          },
                          "charge": {
                            "amount_gross": "92327.00",
                            "amount_net": "73861.60",
                            "amount_commission": "18465.40"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": null
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 3,
              "quality": 6,
              "sex": 0,
              "bathroom": 2,
              "bedding": 3,
              "family": 0,
              "capacity": 2,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Deluxe Double room (full double bed)",
            "room_name_info": {
              "original_rate_name": "Deluxe Room, 1 King Bed, Non Smoking"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Deluxe Double room",
              "main_name": "Deluxe Double room",
              "bathroom": null,
              "bedding_type": "full double bed",
              "misc_room_type": null
            }
          },
          {
            "match_hash": "m-138839d0-a2ab-5491-bfdf-530d7dcf60ed",
            "search_hash": "sr-0193a81c-4de4-70b1-8ab0-5b1226c618da",
            "daily_prices": [
              "232.80",
              "232.80",
              "232.80"
            ],
            "meal": "nomeal",
            "meal_data": {
              "value": "nomeal",
              "has_breakfast": false,
              "no_child_meal": true
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "739.20",
                  "show_amount": "698.40",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {
                    "taxes": [
                      {
                        "name": "city_tax",
                        "included_by_supplier": false,
                        "amount": "72.41",
                        "currency_code": "EUR"
                      },
                      {
                        "name": "vat",
                        "included_by_supplier": true,
                        "amount": "57.67",
                        "currency_code": "EUR"
                      }
                    ]
                  },
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "873.00",
                      "amount_net": "698.40",
                      "amount_commission": "174.60"
                    },
                    "charge": {
                      "amount_gross": "92424.00",
                      "amount_net": "73939.20",
                      "amount_commission": "18484.80"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": "2025-10-20T22:00:00",
                        "amount_charge": "0.00",
                        "amount_show": "0.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          },
                          "charge": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-20T22:00:00",
                        "end_at": null,
                        "amount_charge": "73939.20",
                        "amount_show": "698.40",
                        "commission_info": {
                          "show": {
                            "amount_gross": "873.00",
                            "amount_net": "698.40",
                            "amount_commission": "174.60"
                          },
                          "charge": {
                            "amount_gross": "92424.00",
                            "amount_net": "73939.20",
                            "amount_commission": "18484.80"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": "2025-10-20T22:00:00"
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 3,
              "quality": 2,
              "sex": 0,
              "bathroom": 2,
              "bedding": 3,
              "family": 0,
              "capacity": 2,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Standard Double room (full double bed) (king size bed)",
            "room_name_info": {
              "original_rate_name": "King Room, Guest room, 1 King"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking",
              "king-bed"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Standard Double room",
              "main_name": "Standard Double room",
              "bathroom": null,
              "bedding_type": "full double bed",
              "misc_room_type": "king size bed"
            }
          },
          {
            "match_hash": "m-75b26801-181a-56bb-8985-a596d9bd67fe",
            "search_hash": "sr-0193a81c-4de4-70b7-b4b5-16be855972bd",
            "daily_prices": [
              "233.60",
              "233.60",
              "233.60"
            ],
            "meal": "nomeal",
            "meal_data": {
              "value": "nomeal",
              "has_breakfast": false,
              "no_child_meal": true
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "741.40",
                  "show_amount": "700.80",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {
                    "taxes": [
                      {
                        "name": "city_tax",
                        "included_by_supplier": false,
                        "amount": "72.66",
                        "currency_code": "EUR"
                      },
                      {
                        "name": "vat",
                        "included_by_supplier": true,
                        "amount": "57.86",
                        "currency_code": "EUR"
                      }
                    ]
                  },
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "876.00",
                      "amount_net": "700.80",
                      "amount_commission": "175.20"
                    },
                    "charge": {
                      "amount_gross": "92743.00",
                      "amount_net": "74194.40",
                      "amount_commission": "18548.60"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": "2025-10-20T22:00:00",
                        "amount_charge": "0.00",
                        "amount_show": "0.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          },
                          "charge": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-20T22:00:00",
                        "end_at": "2025-10-21T22:00:00",
                        "amount_charge": "24688.00",
                        "amount_show": "233.60",
                        "commission_info": {
                          "show": {
                            "amount_gross": "292.00",
                            "amount_net": "233.60",
                            "amount_commission": "58.40"
                          },
                          "charge": {
                            "amount_gross": "30860.00",
                            "amount_net": "24688.00",
                            "amount_commission": "6172.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-21T22:00:00",
                        "end_at": null,
                        "amount_charge": "74194.40",
                        "amount_show": "700.80",
                        "commission_info": {
                          "show": {
                            "amount_gross": "876.00",
                            "amount_net": "700.80",
                            "amount_commission": "175.20"
                          },
                          "charge": {
                            "amount_gross": "92743.00",
                            "amount_net": "74194.40",
                            "amount_commission": "18548.60"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": "2025-10-20T22:00:00"
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 3,
              "quality": 2,
              "sex": 0,
              "bathroom": 2,
              "bedding": 3,
              "family": 0,
              "capacity": 2,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Standard Double room (full double bed)",
            "room_name_info": {
              "original_rate_name": "Room, 1 King Bed, Non Smoking 1 King Bed"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Standard Double room",
              "main_name": "Standard Double room",
              "bathroom": null,
              "bedding_type": "full double bed",
              "misc_room_type": null
            }
          },
          {
            "match_hash": "m-a6aab7d3-2199-5d80-8e05-81a72cde1fb2",
            "search_hash": "sr-0193a81c-4de4-70b8-92fd-1c164e613e1f",
            "daily_prices": [
              "233.60",
              "233.60",
              "233.60"
            ],
            "meal": "nomeal",
            "meal_data": {
              "value": "nomeal",
              "has_breakfast": false,
              "no_child_meal": true
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "741.40",
                  "show_amount": "700.80",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {
                    "taxes": [
                      {
                        "name": "city_tax",
                        "included_by_supplier": false,
                        "amount": "72.66",
                        "currency_code": "EUR"
                      },
                      {
                        "name": "vat",
                        "included_by_supplier": true,
                        "amount": "57.86",
                        "currency_code": "EUR"
                      }
                    ]
                  },
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "876.00",
                      "amount_net": "700.80",
                      "amount_commission": "175.20"
                    },
                    "charge": {
                      "amount_gross": "92743.00",
                      "amount_net": "74194.40",
                      "amount_commission": "18548.60"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": "2025-10-20T22:00:00",
                        "amount_charge": "0.00",
                        "amount_show": "0.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          },
                          "charge": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-20T22:00:00",
                        "end_at": "2025-10-21T22:00:00",
                        "amount_charge": "24688.00",
                        "amount_show": "233.60",
                        "commission_info": {
                          "show": {
                            "amount_gross": "292.00",
                            "amount_net": "233.60",
                            "amount_commission": "58.40"
                          },
                          "charge": {
                            "amount_gross": "30860.00",
                            "amount_net": "24688.00",
                            "amount_commission": "6172.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-21T22:00:00",
                        "end_at": null,
                        "amount_charge": "74194.40",
                        "amount_show": "700.80",
                        "commission_info": {
                          "show": {
                            "amount_gross": "876.00",
                            "amount_net": "700.80",
                            "amount_commission": "175.20"
                          },
                          "charge": {
                            "amount_gross": "92743.00",
                            "amount_net": "74194.40",
                            "amount_commission": "18548.60"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": "2025-10-20T22:00:00"
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 3,
              "quality": 2,
              "sex": 0,
              "bathroom": 2,
              "bedding": 4,
              "family": 0,
              "capacity": 2,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Standard Double room (twin beds)",
            "room_name_info": {
              "original_rate_name": "Twin Room, 2 Twin Beds, Non Smoking 2 Twin Beds"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Standard Double room",
              "main_name": "Standard Double room",
              "bathroom": null,
              "bedding_type": "twin beds",
              "misc_room_type": null
            }
          },
          {
            "match_hash": "m-f0ee9269-063d-5a01-9d97-02d3e460ca83",
            "search_hash": "sr-0193a81c-4de4-70c3-857a-6d19d91b059b",
            "daily_prices": [
              "234.67",
              "234.67",
              "234.67"
            ],
            "meal": "nomeal",
            "meal_data": {
              "value": "nomeal",
              "has_breakfast": false,
              "no_child_meal": true
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "745.00",
                  "show_amount": "704.00",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "USD",
                    "value": "0.00"
                  },
                  "tax_data": {
                    "taxes": [
                      {
                        "name": "city_tax",
                        "included_by_supplier": false,
                        "amount": "73.03",
                        "currency_code": "EUR"
                      },
                      {
                        "name": "vat",
                        "included_by_supplier": true,
                        "amount": "58.13",
                        "currency_code": "EUR"
                      }
                    ]
                  },
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "880.00",
                      "amount_net": "704.00",
                      "amount_commission": "176.00"
                    },
                    "charge": {
                      "amount_gross": "93205.00",
                      "amount_net": "74564.00",
                      "amount_commission": "18641.00"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": null,
                        "amount_charge": "74564.00",
                        "amount_show": "704.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "880.00",
                            "amount_net": "704.00",
                            "amount_commission": "176.00"
                          },
                          "charge": {
                            "amount_gross": "93205.00",
                            "amount_net": "74564.00",
                            "amount_commission": "18641.00"
                          }
                        }
                      }
                    ],
                    "free_cancellation_before": null
                  },
                  "recommended_price": null
                }
              ]
            },
            "bar_rate_price_data": null,
            "rg_ext": {
              "class": 3,
              "quality": 6,
              "sex": 0,
              "bathroom": 2,
              "bedding": 3,
              "family": 0,
              "capacity": 2,
              "club": 0,
              "bedrooms": 0,
              "balcony": 0,
              "view": 0,
              "floor": 0
            },
            "legal_info": null,
            "room_name": "Deluxe Double room (full double bed) (king size bed)",
            "room_name_info": {
              "original_rate_name": "Deluxe Super King, Guest room, 1 King Super"
            },
            "serp_filters": [
              "has_bathroom",
              "has_internet"
            ],
            "sell_price_limits": null,
            "allotment": 1,
            "amenities_data": [
              "king-bed",
              "non-smoking"
            ],
            "any_residency": false,
            "deposit": null,
            "no_show": null,
            "room_data_trans": {
              "main_room_type": "Deluxe Double room",
              "main_name": "Deluxe Double room",
              "bathroom": null,
              "bedding_type": "full double bed",
              "misc_room_type": "king size bed"
            }
          },
          {
            "match_hash": "m-87c9c22a-efd7-53c3-9f9e-46ef2acd408d",
            "search_hash": "sr-0193a81c-4de4-706a-9a55-ad7aace35c91",
            "daily_prices": [
              "235.47",
              "235.47",
              "235.47"
            ],
            "meal": "breakfast",
            "meal_data": {
              "value": "breakfast",
              "has_breakfast": true,
              "no_child_meal": false
            },
            "payment_options": {
              "payment_types": [
                {
                  "amount": "748.40",
                  "show_amount": "706.40",
                  "currency_code": "EUR",
                  "show_currency_code": "EUR",
                  "by": null,
                  "is_need_credit_card_data": false,
                  "is_need_cvc": false,
                  "type": "deposit",
                  "vat_data": {
                    "included": false,
                    "applied": false,
                    "amount": "0.00",
                    "currency_code": "EUR",
                    "value": "0.00"
                  },
                  "tax_data": {
                    "taxes": [
                      {
                        "name": "city_tax",
                        "included_by_supplier": false,
                        "amount": "74.05",
                        "currency_code": "EUR"
                      },
                      {
                        "name": "vat",
                        "included_by_supplier": true,
                        "amount": "58.33",
                        "currency_code": "EUR"
                      }
                    ]
                  },
                  "perks": {},
                  "commission_info": {
                    "show": {
                      "amount_gross": "883.00",
                      "amount_net": "706.40",
                      "amount_commission": "176.60"
                    },
                    "charge": {
                      "amount_gross": "93503.00",
                      "amount_net": "74802.40",
                      "amount_commission": "18700.60"
                    }
                  },
                  "cancellation_penalties": {
                    "policies": [
                      {
                        "start_at": null,
                        "end_at": "2025-10-20T21:59:00",
                        "amount_charge": "0.00",
                        "amount_show": "0.00",
                        "commission_info": {
                          "show": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          },
                          "charge": {
                            "amount_gross": "0.00",
                            "amount_net": "0.00",
                            "amount_commission": "0.00"
                          }
                        }
                      },
                      {
                        "start_at": "2025-10-20T21:59:00",
                        "end_at": "2025-10-23T00:00:00",
                        "amount_charge": "24688.00",
                        "amount_show": "233.60",
                        "commission_info": {
                          "show": {
                            "amount_gross": "292.00",
                            "amount_net"