{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-connectivity/docs/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Implementing business model in reservations using B.XML","siteUrl":"https://developers.booking.com","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"implementing-business-model-in-reservations-using-bxml","__idx":0},"children":["Implementing business model in reservations using B.XML"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This topic describes changes to B.XML reservation responses when the ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Include business model in Reservation"]}," feature is enabled. For information on managing business models, see ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/connectivity/docs/business-models-api/managing-business-models"},"children":["Managing business models"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"understanding-the-scope-of-change","__idx":1},"children":["Understanding the scope of change"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If your properties operate on a net rate model, following are the possible changes when implementing the ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Include business model in Reservation"]}," (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new_business_model_reservationsapi"]},") feature:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Change 1: ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Business model identifier added at room level"]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]}," ","The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["business_model"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["property_business_model_id"]}," attributes are added to the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price>"]}," element for each room. This identifies the property and the business model type (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["net_rate"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["commission_rate"]},"). A property can have rooms with different business models in the same reservation."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Change 2: ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Commission removed for net rate reservations"]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]}," ","When the feature is enabled, ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<commissionamount>"]}," is removed from both the reservation level and the room level for net rate rooms. When the feature is disabled, ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<commissionamount>"]}," remains present with zero amounts."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Change 3: ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Net price returned at room-reservation level"]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]}," ","When ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Payments Clarity Package v2"]}," (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_clarity_package_v2"]},") is also enabled, a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<net_price>"]}," element is added inside ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<hotel>"]}," within ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price_details>"]}," at room level."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Change 4: ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Guest total absent for net rate rooms in price details"]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]}," ","When ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price_details>"]}," is returned, the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<guest>"]}," section omits ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<total>"]}," for net rate rooms. Tax components remain present. For commission rate rooms, ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<guest>"]}," > ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<total>"]}," is present as normal."]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"comparing-bxml-response-changes","__idx":2},"children":["Comparing BXML response changes"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Response element"},"children":["Response element"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"new_business_model_reservationsapi : OFF"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new_business_model_reservationsapi"]},": OFF"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"new_business_model_reservationsapi : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new_business_model_reservationsapi"]},": ON"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<commissionamount>"]}," (net rate rooms)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Present with zero amounts"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Removed"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["business_model"]}," + ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["property_business_model_id"]}," on ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Not present"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Added"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price_details>"]}," > ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<hotel>"]}," > ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<net_price>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Not present"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Added (requires PCP V2 enabled)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price_details>"]}," > ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<guest>"]}," > ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<total>"]}," (net rate rooms)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Not present"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Not present"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price_details>"]}," > ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<guest>"]}," > ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<total>"]}," (commission rate rooms)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Present"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Present"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For a full reference of the standard BXML reservation response, see ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/connectivity/docs/reservations-api/managing-reservations-bxml"},"children":["Retrieving reservations using B.XML"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"bxml-response-examples","__idx":3},"children":["BXML response examples"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following examples show progressive changes across feature flag combinations for net rate, commission rate, and mixed rate reservations."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#bxml-response-with-payments-clarity-package-and-business-model-features-disabled"},"children":["Scenario 1: All features disabled"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#bxml-response-with-payments-clarity-package-features-enabled"},"children":["Scenario 2: Payments Clarity Package enabled (without Include business model)"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#bxml-response-with-include-business-model-enabled"},"children":["Scenario 3: Include business model enabled only"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#bxml-response-with-payments-clarity-package-and-include-business-model-enabled"},"children":["Scenario 4: Include business model and Payments Clarity Package enabled"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#bxml-response-with-both-payments-clarity-package-features-and-include-business-model-enabled"},"children":["Scenario 5: All three features enabled"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Each scenario includes examples for:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Net rate model"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Commission rate model"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Mixed rates model (both business models in one reservation)"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"bxml-response-with-payments-clarity-package-and-business-model-features-disabled","__idx":4},"children":["BXML response with Payments Clarity Package and business model features disabled"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Scenario"},"children":["Scenario"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"( new_business_model_reservationsapi )"},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Include business model in Reservation"]},"(",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new_business_model_reservationsapi"]},")"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"( vcc_payment_v2 )"},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Payments Clarity Package"]}," (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]},")"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"( payment_clarity_package_v2 )"},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Payments Clarity Package V2"]}," (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_clarity_package_v2"]},")"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"reservations type"},"children":["reservations type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"BXML response"},"children":["BXML response"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1a"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["net rates model"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#-reservation-using-net-rate-model"},"children":["response example"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1b"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["commission rates model"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#-reservation-using-commission-rate-model"},"children":["response example"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1c"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["mixed rates model"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#-reservation-using-mixed-rates-model"},"children":["response example"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"-reservation-using-net-rate-model","__idx":5},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#bxml-response-with-payments-clarity-package-and-business-model-features-disabled"},"children":["Scenario 1a"]},": Reservation using Net rate model"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"new_business_model_reservationsapi : OFF"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new_business_model_reservationsapi"]},": OFF"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"vcc_payment_v2 : OFF"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]},": OFF"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"payment_clarity_package_v2 : OFF"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_clarity_package_v2"]},": OFF"]}]}]}]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"xml","header":{"controls":{"copy":{}}},"source":"<reservations>\n    <reservation>\n        <booked_at>2026-03-30T07:39:28+00:00</booked_at>\n        <commissionamount>0</commissionamount>\n        <currencycode>USD</currencycode>\n        <customer>\n            <cc_cvc>356</cc_cvc>\n            <cc_expiration_date>04/2027</cc_expiration_date>\n            <cc_name>Bookingcom Agent</cc_name>\n            <cc_number>1</cc_number>\n            <cc_type>MasterCard (virtual credit card)</cc_type>\n            <company></company>\n            <countrycode>PT</countrycode>\n            <dc_issue_number></dc_issue_number>\n            <dc_start_date></dc_start_date>\n            <email>qperso.306337@guest.booking.com</email>\n            <first_name>QS</first_name>\n            <last_name>Persona</last_name>\n            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-01.\n</remarks>\n            <telephone>+31643746246</telephone>\n        </customer>\n        <date>2026-03-30</date>\n        <hotel_id>14929776</hotel_id>\n        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>\n        <id>5437845566</id>\n        <modified_at>2026-03-30T07:39:39+00:00</modified_at>\n        <reservation_extra_info>\n            <flags>\n                <flag name=\"booker_is_genius\" />\n            </flags>\n            <payer>\n                <payments>\n                    <payment amount=\"15.19\"\n                   currency=\"EUR\"\n                   payment_type=\"payment_on_Booking.com\"\n                   payout_type=\"Virtual credit card\" />\n                </payments>\n            </payer>\n        </reservation_extra_info>\n        <room>\n            <arrival_date>2026-04-01</arrival_date>\n            <cancel_penalties>\n                <cancel_penalty from=\"2026-03-30T07:39:28+00:00\"\n                        policy_code=\"1\">\n                    <amount_percent amount=\"11.5\"\n                          currency_code=\"USD\" />\n                </cancel_penalty>\n            </cancel_penalties>\n            <commissionamount>0</commissionamount>\n            <currencycode>USD</currencycode>\n            <departure_date>2026-04-02</departure_date>\n            <extra_info></extra_info>\n            <facilities></facilities>\n            <guest_counts>\n                <guest_count count=\"1\"\n                     type=\"adult\" />\n            </guest_counts>\n            <guest_name>QS Persona</guest_name>\n            <id>1492977601</id>\n            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>\n            <max_children>0</max_children>\n            <meal_plan>There is no meal option with this room.</meal_plan>\n            <name>Deluxe Single Room</name>\n            <occupancy>1</occupancy>\n            <price date=\"2026-04-01\"\n             genius_rate=\"no\"\n             rate_id=\"61525167\"\n             rewritten_from_id=\"0\"\n             rewritten_from_name=\"\">5</price>\n            <remarks></remarks>\n            <roomreservation_id>6172319663</roomreservation_id>\n            <smoking>0</smoking>\n            <totalprice>5</totalprice>\n        </room>\n        <status>new</status>\n        <time>09:39:28</time>\n        <totalprice>5</totalprice>\n    </reservation>\n</reservations>\n<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YZCvh36t5XbrzTSh5JYCnInJ1NH8UhKf/gKZEiF7iG1FQotCmRZmIZvGDQlPPg51tNpiOISSJGgCOP9Td5/GXQs=] -->\n","lang":"xml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"-reservation-using-commission-rate-model","__idx":6},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#bxml-response-with-payments-clarity-package-and-business-model-features-disabled"},"children":["Scenario 1b"]},": Reservation using Commission rate model"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"new_business_model_reservationsapi : OFF"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new_business_model_reservationsapi"]},": OFF"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"vcc_payment_v2 : OFF"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]},": OFF"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"payment_clarity_package_v2 : OFF"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_clarity_package_v2"]},": OFF"]}]}]}]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"xml","header":{"controls":{"copy":{}}},"source":"<reservations>\n    <reservation>\n        <booked_at>2026-03-30T08:21:07+00:00</booked_at>\n        <commissionamount>0</commissionamount>\n        <currencycode>USD</currencycode>\n        <customer>\n            <cc_cvc>821</cc_cvc>\n            <cc_expiration_date>04/2027</cc_expiration_date>\n            <cc_name>Bookingcom Agent</cc_name>\n            <cc_number>1</cc_number>\n            <cc_type>MasterCard (virtual credit card)</cc_type>\n            <company></company>\n            <countrycode>PT</countrycode>\n            <dc_issue_number></dc_issue_number>\n            <dc_start_date></dc_start_date>\n            <email>qperso.645357@guest.booking.com</email>\n            <first_name>QS</first_name>\n            <last_name>Persona</last_name>\n            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-03-31.\n</remarks>\n            <telephone>+31643746246</telephone>\n        </customer>\n        <date>2026-03-30</date>\n        <hotel_id>14929776</hotel_id>\n        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>\n        <id>5437891348</id>\n        <modified_at>2026-03-30T08:21:15+00:00</modified_at>\n        <reservation_extra_info>\n            <flags>\n                <flag name=\"booker_is_genius\" />\n            </flags>\n            <payer>\n                <payments>\n                    <payment amount=\"14.32\"\n                   currency=\"EUR\"\n                   payment_type=\"payment_on_Booking.com\"\n                   payout_type=\"Virtual credit card\" />\n                </payments>\n            </payer>\n        </reservation_extra_info>\n        <room>\n            <arrival_date>2026-03-31</arrival_date>\n            <cancel_penalties>\n                <cancel_penalty from=\"2026-03-30T08:21:07+00:00\"\n                        policy_code=\"1\">\n                    <amount_percent amount=\"10\"\n                          currency_code=\"USD\" />\n                </cancel_penalty>\n            </cancel_penalties>\n            <commissionamount>0</commissionamount>\n            <currencycode>USD</currencycode>\n            <departure_date>2026-04-01</departure_date>\n            <extra_info></extra_info>\n            <facilities></facilities>\n            <guest_counts>\n                <guest_count count=\"2\"\n                     type=\"adult\" />\n            </guest_counts>\n            <guest_name>QS Persona</guest_name>\n            <id>1492977602</id>\n            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 2.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>\n            <max_children>0</max_children>\n            <meal_plan>There is no meal option with this room.</meal_plan>\n            <name>Deluxe Double Room</name>\n            <occupancy>2</occupancy>\n            <price date=\"2026-03-31\"\n             genius_rate=\"no\"\n             rate_id=\"58265752\"\n             rewritten_from_id=\"0\"\n             rewritten_from_name=\"\">4</price>\n            <remarks></remarks>\n            <roomreservation_id>6172378507</roomreservation_id>\n            <smoking>0</smoking>\n            <totalprice>4</totalprice>\n        </room>\n        <status>new</status>\n        <time>10:21:07</time>\n        <totalprice>4</totalprice>\n    </reservation>\n</reservations>\n<!-- RUID: [UmFuZG9tSVYkc2RlIyh9Ycq2Z4Q4v9x74Xy5qtSxwpDqqTKjB7I8WLKQmJ8QuBr0jBXlPHTtVXpD5uZ/f15BZqu7jxHduyQdgNQzEE8wdS4=] -->\n","lang":"xml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"-reservation-using-mixed-rates-model","__idx":7},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#bxml-response-with-payments-clarity-package-and-business-model-features-disabled"},"children":["Scenario 1c"]},": Reservation using Mixed rates model"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"new_business_model_reservationsapi : OFF"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new_business_model_reservationsapi"]},": OFF"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"vcc_payment_v2 : OFF"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]},": OFF"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"payment_clarity_package_v2 : OFF"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_clarity_package_v2"]},": OFF"]}]}]}]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"xml","header":{"controls":{"copy":{}}},"source":"<reservations>\n    <reservation>\n        <booked_at>2026-03-30T08:30:09+00:00</booked_at>\n        <commissionamount>0</commissionamount>\n        <currencycode>USD</currencycode>\n        <customer>\n            <cc_cvc>926</cc_cvc>\n            <cc_expiration_date>04/2027</cc_expiration_date>\n            <cc_name>Bookingcom Agent</cc_name>\n            <cc_number>1</cc_number>\n            <cc_type>MasterCard (virtual credit card)</cc_type>\n            <company></company>\n            <countrycode>PT</countrycode>\n            <dc_issue_number></dc_issue_number>\n            <dc_start_date></dc_start_date>\n            <email>qrates.631741@guest.booking.com</email>\n            <first_name>QS persona</first_name>\n            <last_name>Mixed rates</last_name>\n            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-03.\n</remarks>\n            <telephone>+31643746246</telephone>\n        </customer>\n        <date>2026-03-30</date>\n        <hotel_id>14929776</hotel_id>\n        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>\n        <id>6052529333</id>\n        <modified_at>2026-03-30T08:30:22+00:00</modified_at>\n        <reservation_extra_info>\n            <flags>\n                <flag name=\"booker_is_genius\" />\n            </flags>\n            <payer>\n                <payments>\n                    <payment amount=\"29.51\"\n                   currency=\"EUR\"\n                   payment_type=\"payment_on_Booking.com\"\n                   payout_type=\"Virtual credit card\" />\n                </payments>\n            </payer>\n        </reservation_extra_info>\n        <room>\n            <arrival_date>2026-04-03</arrival_date>\n            <cancel_penalties>\n                <cancel_penalty from=\"2026-03-30T08:30:09+00:00\"\n                        policy_code=\"1\">\n                    <amount_percent amount=\"10\"\n                          currency_code=\"USD\" />\n                </cancel_penalty>\n            </cancel_penalties>\n            <commissionamount>0</commissionamount>\n            <currencycode>USD</currencycode>\n            <departure_date>2026-04-04</departure_date>\n            <extra_info></extra_info>\n            <facilities></facilities>\n            <guest_counts>\n                <guest_count count=\"1\"\n                     type=\"adult\" />\n            </guest_counts>\n            <guest_name>QS persona Mixed rates</guest_name>\n            <id>1492977602</id>\n            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>\n            <max_children>0</max_children>\n            <meal_plan>There is no meal option with this room.</meal_plan>\n            <name>Deluxe Double Room</name>\n            <occupancy>2</occupancy>\n            <price date=\"2026-04-03\"\n             genius_rate=\"no\"\n             rate_id=\"58265752\"\n             rewritten_from_id=\"0\"\n             rewritten_from_name=\"\">4</price>\n            <remarks></remarks>\n            <roomreservation_id>6172392324</roomreservation_id>\n            <smoking>0</smoking>\n            <totalprice>4</totalprice>\n        </room>\n        <room>\n            <arrival_date>2026-04-03</arrival_date>\n            <cancel_penalties>\n                <cancel_penalty from=\"2026-03-30T08:30:09+00:00\"\n                        policy_code=\"1\">\n                    <amount_percent amount=\"11.5\"\n                          currency_code=\"USD\" />\n                </cancel_penalty>\n            </cancel_penalties>\n            <commissionamount>0</commissionamount>\n            <currencycode>USD</currencycode>\n            <departure_date>2026-04-04</departure_date>\n            <extra_info></extra_info>\n            <facilities></facilities>\n            <guest_counts>\n                <guest_count count=\"1\"\n                     type=\"adult\" />\n            </guest_counts>\n            <guest_name>QS persona Mixed rates</guest_name>\n            <id>1492977601</id>\n            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>\n            <max_children>0</max_children>\n            <meal_plan>There is no meal option with this room.</meal_plan>\n            <name>Deluxe Single Room</name>\n            <occupancy>1</occupancy>\n            <price date=\"2026-04-03\"\n             genius_rate=\"no\"\n             rate_id=\"61525167\"\n             rewritten_from_id=\"0\"\n             rewritten_from_name=\"\">5</price>\n            <remarks></remarks>\n            <roomreservation_id>6172392325</roomreservation_id>\n            <smoking>0</smoking>\n            <totalprice>5</totalprice>\n        </room>\n        <status>new</status>\n        <time>10:30:09</time>\n        <totalprice>9</totalprice>\n    </reservation>\n</reservations>\n<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YY5MJoaTKMwVBo85XGUj4aI9PcKCaixKNikXfYT7ILTvSpK184VxEQf0Llv+15LXo2X/DlWIws7JVa8IKLZRn9o=] -->\n","lang":"xml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"bxml-response-with-payments-clarity-package-features-enabled","__idx":8},"children":["BXML response with Payments Clarity Package features enabled"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Scenario"},"children":["Scenario"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"( new_business_model_reservationsapi )"},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Include business model in Reservation"]},"(",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new_business_model_reservationsapi"]},")"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"( vcc_payment_v2 )"},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Payments Clarity Package"]}," (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]},")"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"( payment_clarity_package_v2 )"},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Payments Clarity Package V2"]}," (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_clarity_package_v2"]},")"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"reservations type"},"children":["reservations type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"BXML response"},"children":["BXML response"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2a"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["net rates model"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#-reservation-using-net-rate-model-1"},"children":["response example"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2b"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["commission rates model"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#-reservation-using-commission-rate-model-1"},"children":["response example"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2c"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["mixed rates model"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#-reservation-using-mixed-rates-model-1"},"children":["response example"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"-reservation-using-net-rate-model-1","__idx":9},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#bxml-response-with-payments-clarity-package-features-enabled"},"children":["Scenario 2a"]},": Reservation using Net rate model"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"new_business_model_reservationsapi : OFF"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new_business_model_reservationsapi"]},": OFF"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"vcc_payment_v2 : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]},": ON"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"payment_clarity_package_v2 : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_clarity_package_v2"]},": ON"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Note that for the scenario where ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]}," was enabled, the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["include_price_details"]}," feature was also enabled."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"changes-to-note","__idx":10},"children":["Changes to note"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price_details>"]}," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["added"]}," inside ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<room>"]}," with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<guest>"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<hotel>"]}," sections containing tax breakdowns"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<customer>"]}," gains VCC fields: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<cc_activation_date>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<cc_current_balance>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<currencycode>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<vcc_expiration_date>"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<guest>"]}," omits ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<total>"]}," for net rate rooms"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"xml","header":{"controls":{"copy":{}}},"source":"<reservations>\n    <reservation>\n        <booked_at>2026-03-30T07:39:28+00:00</booked_at>\n        <commissionamount>0</commissionamount>\n        <currencycode>USD</currencycode>\n        <customer>\n            <cc_activation_date>2026-04-01</cc_activation_date>\n            <cc_current_balance>15.19</cc_current_balance>\n            <cc_cvc>356</cc_cvc>\n            <cc_expiration_date>04/2027</cc_expiration_date>\n            <cc_name>Bookingcom Agent</cc_name>\n            <cc_number>1</cc_number>\n            <cc_type>MasterCard (virtual credit card)</cc_type>\n            <company></company>\n            <countrycode>PT</countrycode>\n            <currencycode>EUR</currencycode>\n            <dc_issue_number></dc_issue_number>\n            <dc_start_date></dc_start_date>\n            <email>qperso.306337@guest.booking.com</email>\n            <first_name>QS</first_name>\n            <last_name>Persona</last_name>\n            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-01.\n</remarks>\n            <telephone>+31643746246</telephone>\n            <vcc_expiration_date>2027-04-01</vcc_expiration_date>\n        </customer>\n        <date>2026-03-30</date>\n        <hotel_id>14929776</hotel_id>\n        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>\n        <id>5437845566</id>\n        <modified_at>2026-03-30T07:39:39+00:00</modified_at>\n        <reservation_extra_info>\n            <flags>\n                <flag name=\"booker_is_genius\" />\n            </flags>\n            <payer>\n                <payments>\n                    <payment amount=\"15.19\"\n                   currency=\"EUR\"\n                   payment_type=\"payment_on_Booking.com\"\n                   payout_type=\"Virtual credit card\" />\n                </payments>\n            </payer>\n        </reservation_extra_info>\n        <room>\n            <arrival_date>2026-04-01</arrival_date>\n            <cancel_penalties>\n                <cancel_penalty from=\"2026-03-30T07:39:28+00:00\"\n                        policy_code=\"1\">\n                    <amount_percent amount=\"11.5\"\n                          currency_code=\"USD\" />\n                </cancel_penalty>\n            </cancel_penalties>\n            <commissionamount>0</commissionamount>\n            <currencycode>USD</currencycode>\n            <departure_date>2026-04-02</departure_date>\n            <extra_info></extra_info>\n            <facilities></facilities>\n            <guest_counts>\n                <guest_count count=\"1\"\n                     type=\"adult\" />\n            </guest_counts>\n            <guest_name>QS Persona</guest_name>\n            <id>1492977601</id>\n            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>\n            <max_children>0</max_children>\n            <meal_plan>There is no meal option with this room.</meal_plan>\n            <name>Deluxe Single Room</name>\n            <occupancy>1</occupancy>\n            <price date=\"2026-04-01\"\n             genius_rate=\"no\"\n             rate_id=\"61525167\"\n             rewritten_from_id=\"0\"\n             rewritten_from_name=\"\">5</price>\n            <price_details>\n                <guest>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                </guest>\n                <hotel>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                    <total>17.50</total>\n                </hotel>\n            </price_details>\n            <remarks></remarks>\n            <roomreservation_id>6172319663</roomreservation_id>\n            <smoking>0</smoking>\n            <totalprice>5</totalprice>\n        </room>\n        <status>new</status>\n        <time>09:39:28</time>\n        <totalprice>5</totalprice>\n    </reservation>\n</reservations>\n","lang":"xml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"-reservation-using-commission-rate-model-1","__idx":11},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#bxml-response-with-payments-clarity-package-features-enabled"},"children":["Scenario 2b"]},": Reservation using Commission rate model"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"new_business_model_reservationsapi : OFF"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new_business_model_reservationsapi"]},": OFF"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"vcc_payment_v2 : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]},": ON"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"payment_clarity_package_v2 : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_clarity_package_v2"]},": ON"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Note that for the scenario where ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]}," was enabled, the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["include_price_details"]}," feature was also enabled."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"changes-to-note-1","__idx":12},"children":["Changes to note"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price_details>"]}," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["added"]}," inside ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<room>"]}," with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<guest>"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<hotel>"]}," sections containing tax breakdowns"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<customer>"]}," gains VCC fields: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<cc_activation_date>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<cc_current_balance>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<currencycode>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<vcc_expiration_date>"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<guest>"]}," includes ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<total>"]}," for commission rate rooms"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"xml","header":{"controls":{"copy":{}}},"source":"<reservations>\n    <reservation>\n        <booked_at>2026-03-30T08:21:07+00:00</booked_at>\n        <commissionamount>0</commissionamount>\n        <currencycode>USD</currencycode>\n        <customer>\n            <cc_activation_date>2026-03-31</cc_activation_date>\n            <cc_current_balance>14.32</cc_current_balance>\n            <cc_cvc>821</cc_cvc>\n            <cc_expiration_date>04/2027</cc_expiration_date>\n            <cc_name>Bookingcom Agent</cc_name>\n            <cc_number>1</cc_number>\n            <cc_type>MasterCard (virtual credit card)</cc_type>\n            <company></company>\n            <countrycode>PT</countrycode>\n            <currencycode>EUR</currencycode>\n            <dc_issue_number></dc_issue_number>\n            <dc_start_date></dc_start_date>\n            <email>qperso.645357@guest.booking.com</email>\n            <first_name>QS</first_name>\n            <last_name>Persona</last_name>\n            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-03-31.\n</remarks>\n            <telephone>+31643746246</telephone>\n            <vcc_expiration_date>2027-04-01</vcc_expiration_date>\n        </customer>\n        <date>2026-03-30</date>\n        <hotel_id>14929776</hotel_id>\n        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>\n        <id>5437891348</id>\n        <modified_at>2026-03-30T08:21:15+00:00</modified_at>\n        <reservation_extra_info>\n            <flags>\n                <flag name=\"booker_is_genius\" />\n            </flags>\n            <payer>\n                <payments>\n                    <payment amount=\"14.32\"\n                   currency=\"EUR\"\n                   payment_type=\"payment_on_Booking.com\"\n                   payout_type=\"Virtual credit card\" />\n                </payments>\n            </payer>\n        </reservation_extra_info>\n        <room>\n            <arrival_date>2026-03-31</arrival_date>\n            <cancel_penalties>\n                <cancel_penalty from=\"2026-03-30T08:21:07+00:00\"\n                        policy_code=\"1\">\n                    <amount_percent amount=\"10\"\n                          currency_code=\"USD\" />\n                </cancel_penalty>\n            </cancel_penalties>\n            <commissionamount>0</commissionamount>\n            <currencycode>USD</currencycode>\n            <departure_date>2026-04-01</departure_date>\n            <extra_info></extra_info>\n            <facilities></facilities>\n            <guest_counts>\n                <guest_count count=\"2\"\n                     type=\"adult\" />\n            </guest_counts>\n            <guest_name>QS Persona</guest_name>\n            <id>1492977602</id>\n            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 2.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>\n            <max_children>0</max_children>\n            <meal_plan>There is no meal option with this room.</meal_plan>\n            <name>Deluxe Double Room</name>\n            <occupancy>2</occupancy>\n            <price date=\"2026-03-31\"\n             genius_rate=\"no\"\n             rate_id=\"58265752\"\n             rewritten_from_id=\"0\"\n             rewritten_from_name=\"\">4</price>\n            <price_details>\n                <guest>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                    <total>16.50</total>\n                </guest>\n                <hotel>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                    <total>16.50</total>\n                </hotel>\n            </price_details>\n            <remarks></remarks>\n            <roomreservation_id>6172378507</roomreservation_id>\n            <smoking>0</smoking>\n            <totalprice>4</totalprice>\n        </room>\n        <status>new</status>\n        <time>10:21:07</time>\n        <totalprice>4</totalprice>\n    </reservation>\n</reservations>\n","lang":"xml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"-reservation-using-mixed-rates-model-1","__idx":13},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#bxml-response-with-payments-clarity-package-features-enabled"},"children":["Scenario 2c"]},": Reservation using Mixed rates model"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"new_business_model_reservationsapi : OFF"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new_business_model_reservationsapi"]},": OFF"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"vcc_payment_v2 : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]},": ON"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"payment_clarity_package_v2 : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_clarity_package_v2"]},": ON"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Note that for the scenario where ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]}," was enabled, the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["include_price_details"]}," feature was also enabled."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"changes-to-note-2","__idx":14},"children":["Changes to note"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price_details>"]}," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["added"]}," inside each ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<room>"]}," with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<guest>"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<hotel>"]}," sections containing tax breakdowns"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<customer>"]}," gains VCC fields: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<cc_activation_date>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<cc_current_balance>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<currencycode>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<vcc_expiration_date>"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Net rate room: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<guest>"]}," omits ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<total>"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Commission rate room: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<guest>"]}," includes ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<total>"]}]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"xml","header":{"controls":{"copy":{}}},"source":"<reservations>\n    <reservation>\n        <booked_at>2026-03-30T08:30:09+00:00</booked_at>\n        <commissionamount>0</commissionamount>\n        <currencycode>USD</currencycode>\n        <customer>\n            <cc_activation_date>2026-04-03</cc_activation_date>\n            <cc_current_balance>29.51</cc_current_balance>\n            <cc_cvc>926</cc_cvc>\n            <cc_expiration_date>04/2027</cc_expiration_date>\n            <cc_name>Bookingcom Agent</cc_name>\n            <cc_number>1</cc_number>\n            <cc_type>MasterCard (virtual credit card)</cc_type>\n            <company></company>\n            <countrycode>PT</countrycode>\n            <currencycode>EUR</currencycode>\n            <dc_issue_number></dc_issue_number>\n            <dc_start_date></dc_start_date>\n            <email>qrates.631741@guest.booking.com</email>\n            <first_name>QS persona</first_name>\n            <last_name>Mixed rates</last_name>\n            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-03.\n</remarks>\n            <telephone>+31643746246</telephone>\n            <vcc_expiration_date>2027-04-01</vcc_expiration_date>\n        </customer>\n        <date>2026-03-30</date>\n        <hotel_id>14929776</hotel_id>\n        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>\n        <id>6052529333</id>\n        <modified_at>2026-03-30T08:30:22+00:00</modified_at>\n        <reservation_extra_info>\n            <flags>\n                <flag name=\"booker_is_genius\" />\n            </flags>\n            <payer>\n                <payments>\n                    <payment amount=\"29.51\"\n                   currency=\"EUR\"\n                   payment_type=\"payment_on_Booking.com\"\n                   payout_type=\"Virtual credit card\" />\n                </payments>\n            </payer>\n        </reservation_extra_info>\n        <room>\n            <arrival_date>2026-04-03</arrival_date>\n            <cancel_penalties>\n                <cancel_penalty from=\"2026-03-30T08:30:09+00:00\"\n                        policy_code=\"1\">\n                    <amount_percent amount=\"10\"\n                          currency_code=\"USD\" />\n                </cancel_penalty>\n            </cancel_penalties>\n            <commissionamount>0</commissionamount>\n            <currencycode>USD</currencycode>\n            <departure_date>2026-04-04</departure_date>\n            <extra_info></extra_info>\n            <facilities></facilities>\n            <guest_counts>\n                <guest_count count=\"1\"\n                     type=\"adult\" />\n            </guest_counts>\n            <guest_name>QS persona Mixed rates</guest_name>\n            <id>1492977602</id>\n            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>\n            <max_children>0</max_children>\n            <meal_plan>There is no meal option with this room.</meal_plan>\n            <name>Deluxe Double Room</name>\n            <occupancy>2</occupancy>\n            <price date=\"2026-04-03\"\n             genius_rate=\"no\"\n             rate_id=\"58265752\"\n             rewritten_from_id=\"0\"\n             rewritten_from_name=\"\">4</price>\n            <price_details>\n                <guest>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                    <total>16.50</total>\n                </guest>\n                <hotel>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                    <total>16.50</total>\n                </hotel>\n            </price_details>\n            <remarks></remarks>\n            <roomreservation_id>6172392324</roomreservation_id>\n            <smoking>0</smoking>\n            <totalprice>4</totalprice>\n        </room>\n        <room>\n            <arrival_date>2026-04-03</arrival_date>\n            <cancel_penalties>\n                <cancel_penalty from=\"2026-03-30T08:30:09+00:00\"\n                        policy_code=\"1\">\n                    <amount_percent amount=\"11.5\"\n                          currency_code=\"USD\" />\n                </cancel_penalty>\n            </cancel_penalties>\n            <commissionamount>0</commissionamount>\n            <currencycode>USD</currencycode>\n            <departure_date>2026-04-04</departure_date>\n            <extra_info></extra_info>\n            <facilities></facilities>\n            <guest_counts>\n                <guest_count count=\"1\"\n                     type=\"adult\" />\n            </guest_counts>\n            <guest_name>QS persona Mixed rates</guest_name>\n            <id>1492977601</id>\n            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>\n            <max_children>0</max_children>\n            <meal_plan>There is no meal option with this room.</meal_plan>\n            <name>Deluxe Single Room</name>\n            <occupancy>1</occupancy>\n            <price date=\"2026-04-03\"\n             genius_rate=\"no\"\n             rate_id=\"61525167\"\n             rewritten_from_id=\"0\"\n             rewritten_from_name=\"\">5</price>\n            <price_details>\n                <guest>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                </guest>\n                <hotel>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                    <total>17.50</total>\n                </hotel>\n            </price_details>\n            <remarks></remarks>\n            <roomreservation_id>6172392325</roomreservation_id>\n            <smoking>0</smoking>\n            <totalprice>5</totalprice>\n        </room>\n        <status>new</status>\n        <time>10:30:09</time>\n        <totalprice>9</totalprice>\n    </reservation>\n</reservations>\n","lang":"xml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"bxml-response-with-include-business-model-enabled","__idx":15},"children":["BXML response with Include business model enabled"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Scenario"},"children":["Scenario"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"( new_business_model_reservationsapi )"},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Include business model in Reservation"]},"(",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new_business_model_reservationsapi"]},")"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"( vcc_payment_v2 )"},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Payments Clarity Package"]}," (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]},")"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"( payment_clarity_package_v2 )"},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Payments Clarity Package V2"]}," (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_clarity_package_v2"]},")"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"reservations type"},"children":["reservations type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"BXML response"},"children":["BXML response"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["3a"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["net rates model"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#-reservation-using-net-rate-model-2"},"children":["response example"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["3b"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["commission rates model"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#-reservation-using-commission-rate-model-2"},"children":["response example"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["3c"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["mixed rates model"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#-reservation-using-mixed-rates-model-2"},"children":["response example"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"-reservation-using-net-rate-model-2","__idx":16},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#bxml-response-with-include-business-model-enabled"},"children":["Scenario 3a"]},": Reservation using Net rate model"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"new_business_model_reservationsapi : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new_business_model_reservationsapi"]},": ON"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"vcc_payment_v2 : OFF"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]},": OFF"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"payment_clarity_package_v2 : OFF"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_clarity_package_v2"]},": OFF"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"changes-to-note-3","__idx":17},"children":["Changes to note"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<commissionamount>"]}," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["removed"]}," from both reservation and room level"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price>"]}," tag gains ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["business_model=\"net_rate\""]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["property_business_model_id=\"15077275\""]}," attributes"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"xml","header":{"controls":{"copy":{}}},"source":"<reservations>\n    <reservation>\n        <booked_at>2026-03-30T07:39:28+00:00</booked_at>\n        <currencycode>USD</currencycode>\n        <customer>\n            <cc_cvc>356</cc_cvc>\n            <cc_expiration_date>04/2027</cc_expiration_date>\n            <cc_name>Bookingcom Agent</cc_name>\n            <cc_number>1</cc_number>\n            <cc_type>MasterCard (virtual credit card)</cc_type>\n            <company></company>\n            <countrycode>PT</countrycode>\n            <dc_issue_number></dc_issue_number>\n            <dc_start_date></dc_start_date>\n            <email>qperso.306337@guest.booking.com</email>\n            <first_name>QS</first_name>\n            <last_name>Persona</last_name>\n            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-01.\n</remarks>\n            <telephone>+31643746246</telephone>\n        </customer>\n        <date>2026-03-30</date>\n        <hotel_id>14929776</hotel_id>\n        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>\n        <id>5437845566</id>\n        <modified_at>2026-03-30T07:39:39+00:00</modified_at>\n        <reservation_extra_info>\n            <flags>\n                <flag name=\"booker_is_genius\" />\n            </flags>\n            <payer>\n                <payments>\n                    <payment amount=\"15.19\"\n                   currency=\"EUR\"\n                   payment_type=\"payment_on_Booking.com\"\n                   payout_type=\"Virtual credit card\" />\n                </payments>\n            </payer>\n        </reservation_extra_info>\n        <room>\n            <arrival_date>2026-04-01</arrival_date>\n            <cancel_penalties>\n                <cancel_penalty from=\"2026-03-30T07:39:28+00:00\"\n                        policy_code=\"1\">\n                    <amount_percent amount=\"11.5\"\n                          currency_code=\"USD\" />\n                </cancel_penalty>\n            </cancel_penalties>\n            <currencycode>USD</currencycode>\n            <departure_date>2026-04-02</departure_date>\n            <extra_info></extra_info>\n            <facilities></facilities>\n            <guest_counts>\n                <guest_count count=\"1\"\n                     type=\"adult\" />\n            </guest_counts>\n            <guest_name>QS Persona</guest_name>\n            <id>1492977601</id>\n            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>\n            <max_children>0</max_children>\n            <meal_plan>There is no meal option with this room.</meal_plan>\n            <name>Deluxe Single Room</name>\n            <occupancy>1</occupancy>\n            <price business_model=\"net_rate\"\n             date=\"2026-04-01\"\n             genius_rate=\"no\"\n             property_business_model_id=\"15077275\"\n             rate_id=\"61525167\"\n             rewritten_from_id=\"0\"\n             rewritten_from_name=\"\">5</price>\n            <remarks></remarks>\n            <roomreservation_id>6172319663</roomreservation_id>\n            <smoking>0</smoking>\n            <totalprice>5</totalprice>\n        </room>\n        <status>new</status>\n        <time>09:39:28</time>\n        <totalprice>5</totalprice>\n    </reservation>\n</reservations>\n<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YdX6N92HZ9FZbtdrFl+yYH1+EMOLai7CO4VrCyBTtwfC3Sy+DNbYFEk8xjJ5HZ/Llagua2fkNzxzXs/qz/ggqKY=] -->\n","lang":"xml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"-reservation-using-commission-rate-model-2","__idx":18},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#bxml-response-with-include-business-model-enabled"},"children":["Scenario 3b"]},": Reservation using Commission rate model"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"new_business_model_reservationsapi : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new_business_model_reservationsapi"]},": ON"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"vcc_payment_v2 : OFF"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]},": OFF"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"payment_clarity_package_v2 : OFF"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_clarity_package_v2"]},": OFF"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"changes-to-note-4","__idx":19},"children":["Changes to note"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price>"]}," gains ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["business_model=\"commission_rate\""]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["property_business_model_id=\"14737251\""]}," attributes"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<commissionamount>"]}," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["retained"]}," at both reservation and room level"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"xml","header":{"controls":{"copy":{}}},"source":"<reservations>\n    <reservation>\n        <booked_at>2026-03-30T08:21:07+00:00</booked_at>\n        <commissionamount>0</commissionamount>\n        <currencycode>USD</currencycode>\n        <customer>\n            <cc_cvc>821</cc_cvc>\n            <cc_expiration_date>04/2027</cc_expiration_date>\n            <cc_name>Bookingcom Agent</cc_name>\n            <cc_number>1</cc_number>\n            <cc_type>MasterCard (virtual credit card)</cc_type>\n            <company></company>\n            <countrycode>PT</countrycode>\n            <dc_issue_number></dc_issue_number>\n            <dc_start_date></dc_start_date>\n            <email>qperso.645357@guest.booking.com</email>\n            <first_name>QS</first_name>\n            <last_name>Persona</last_name>\n            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-03-31.\n</remarks>\n            <telephone>+31643746246</telephone>\n        </customer>\n        <date>2026-03-30</date>\n        <hotel_id>14929776</hotel_id>\n        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>\n        <id>5437891348</id>\n        <modified_at>2026-03-30T08:21:15+00:00</modified_at>\n        <reservation_extra_info>\n            <flags>\n                <flag name=\"booker_is_genius\" />\n            </flags>\n            <payer>\n                <payments>\n                    <payment amount=\"14.32\"\n                   currency=\"EUR\"\n                   payment_type=\"payment_on_Booking.com\"\n                   payout_type=\"Virtual credit card\" />\n                </payments>\n            </payer>\n        </reservation_extra_info>\n        <room>\n            <arrival_date>2026-03-31</arrival_date>\n            <cancel_penalties>\n                <cancel_penalty from=\"2026-03-30T08:21:07+00:00\"\n                        policy_code=\"1\">\n                    <amount_percent amount=\"10\"\n                          currency_code=\"USD\" />\n                </cancel_penalty>\n            </cancel_penalties>\n            <commissionamount>0</commissionamount>\n            <currencycode>USD</currencycode>\n            <departure_date>2026-04-01</departure_date>\n            <extra_info></extra_info>\n            <facilities></facilities>\n            <guest_counts>\n                <guest_count count=\"2\"\n                     type=\"adult\" />\n            </guest_counts>\n            <guest_name>QS Persona</guest_name>\n            <id>1492977602</id>\n            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 2.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>\n            <max_children>0</max_children>\n            <meal_plan>There is no meal option with this room.</meal_plan>\n            <name>Deluxe Double Room</name>\n            <occupancy>2</occupancy>\n            <price date=\"2026-03-31\"\n             genius_rate=\"no\"\n             rate_id=\"58265752\"\n             rewritten_from_id=\"0\"\n             rewritten_from_name=\"\">4</price>\n            <remarks></remarks>\n            <roomreservation_id>6172378507</roomreservation_id>\n            <smoking>0</smoking>\n            <totalprice>4</totalprice>\n        </room>\n        <status>new</status>\n        <time>10:21:07</time>\n        <totalprice>4</totalprice>\n    </reservation>\n</reservations>\n<!-- RUID: [UmFuZG9tSVYkc2RlIyh9Ycq2Z4Q4v9x74Xy5qtSxwpDqqTKjB7I8WLKQmJ8QuBr0jBXlPHTtVXpD5uZ/f15BZqu7jxHduyQdgNQzEE8wdS4=] -->\n","lang":"xml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"-reservation-using-mixed-rates-model-2","__idx":20},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#bxml-response-with-include-business-model-enabled"},"children":["Scenario 3c"]},": Reservation using Mixed rates model"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"new_business_model_reservationsapi : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new_business_model_reservationsapi"]},": ON"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"vcc_payment_v2 : OFF"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]},": OFF"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"payment_clarity_package_v2 : OFF"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_clarity_package_v2"]},": OFF"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"changes-to-note-5","__idx":21},"children":["Changes to note"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Net rate room:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<commissionamount>"]}," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["removed"]}," from room level"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price>"]}," gains ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["business_model=\"net_rate\""]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["property_business_model_id=\"15077275\""]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Commission rate room:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price>"]}," gains ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["business_model=\"commission_rate\""]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["property_business_model_id=\"14737251\""]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<commissionamount>"]}," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["retained"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Reservation level:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<commissionamount>"]}," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["removed"]}," (net_rate behavior takes precedence)"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"xml","header":{"controls":{"copy":{}}},"source":"<reservations>\n    <reservation>\n        <booked_at>2026-03-30T08:30:09+00:00</booked_at>\n        <commissionamount>0</commissionamount>\n        <currencycode>USD</currencycode>\n        <customer>\n            <cc_cvc>926</cc_cvc>\n            <cc_expiration_date>04/2027</cc_expiration_date>\n            <cc_name>Bookingcom Agent</cc_name>\n            <cc_number>1</cc_number>\n            <cc_type>MasterCard (virtual credit card)</cc_type>\n            <company></company>\n            <countrycode>PT</countrycode>\n            <dc_issue_number></dc_issue_number>\n            <dc_start_date></dc_start_date>\n            <email>qrates.631741@guest.booking.com</email>\n            <first_name>QS persona</first_name>\n            <last_name>Mixed rates</last_name>\n            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-03.\n</remarks>\n            <telephone>+31643746246</telephone>\n        </customer>\n        <date>2026-03-30</date>\n        <hotel_id>14929776</hotel_id>\n        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>\n        <id>6052529333</id>\n        <modified_at>2026-03-30T08:30:22+00:00</modified_at>\n        <reservation_extra_info>\n            <flags>\n                <flag name=\"booker_is_genius\" />\n            </flags>\n            <payer>\n                <payments>\n                    <payment amount=\"29.51\"\n                   currency=\"EUR\"\n                   payment_type=\"payment_on_Booking.com\"\n                   payout_type=\"Virtual credit card\" />\n                </payments>\n            </payer>\n        </reservation_extra_info>\n        <room>\n            <arrival_date>2026-04-03</arrival_date>\n            <cancel_penalties>\n                <cancel_penalty from=\"2026-03-30T08:30:09+00:00\"\n                        policy_code=\"1\">\n                    <amount_percent amount=\"10\"\n                          currency_code=\"USD\" />\n                </cancel_penalty>\n            </cancel_penalties>\n            <commissionamount>0</commissionamount>\n            <currencycode>USD</currencycode>\n            <departure_date>2026-04-04</departure_date>\n            <extra_info></extra_info>\n            <facilities></facilities>\n            <guest_counts>\n                <guest_count count=\"1\"\n                     type=\"adult\" />\n            </guest_counts>\n            <guest_name>QS persona Mixed rates</guest_name>\n            <id>1492977602</id>\n            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>\n            <max_children>0</max_children>\n            <meal_plan>There is no meal option with this room.</meal_plan>\n            <name>Deluxe Double Room</name>\n            <occupancy>2</occupancy>\n            <price date=\"2026-04-03\"\n             genius_rate=\"no\"\n             rate_id=\"58265752\"\n             rewritten_from_id=\"0\"\n             rewritten_from_name=\"\">4</price>\n            <remarks></remarks>\n            <roomreservation_id>6172392324</roomreservation_id>\n            <smoking>0</smoking>\n            <totalprice>4</totalprice>\n        </room>\n        <room>\n            <arrival_date>2026-04-03</arrival_date>\n            <cancel_penalties>\n                <cancel_penalty from=\"2026-03-30T08:30:09+00:00\"\n                        policy_code=\"1\">\n                    <amount_percent amount=\"11.5\"\n                          currency_code=\"USD\" />\n                </cancel_penalty>\n            </cancel_penalties>\n            <commissionamount>0</commissionamount>\n            <currencycode>USD</currencycode>\n            <departure_date>2026-04-04</departure_date>\n            <extra_info></extra_info>\n            <facilities></facilities>\n            <guest_counts>\n                <guest_count count=\"1\"\n                     type=\"adult\" />\n            </guest_counts>\n            <guest_name>QS persona Mixed rates</guest_name>\n            <id>1492977601</id>\n            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>\n            <max_children>0</max_children>\n            <meal_plan>There is no meal option with this room.</meal_plan>\n            <name>Deluxe Single Room</name>\n            <occupancy>1</occupancy>\n            <price date=\"2026-04-03\"\n             genius_rate=\"no\"\n             rate_id=\"61525167\"\n             rewritten_from_id=\"0\"\n             rewritten_from_name=\"\">5</price>\n            <remarks></remarks>\n            <roomreservation_id>6172392325</roomreservation_id>\n            <smoking>0</smoking>\n            <totalprice>5</totalprice>\n        </room>\n        <status>new</status>\n        <time>10:30:09</time>\n        <totalprice>9</totalprice>\n    </reservation>\n</reservations>\n<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YY5MJoaTKMwVBo85XGUj4aI9PcKCaixKNikXfYT7ILTvSpK184VxEQf0Llv+15LXo2X/DlWIws7JVa8IKLZRn9o=] -->\n","lang":"xml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"bxml-response-with-payments-clarity-package-and-include-business-model-enabled","__idx":22},"children":["BXML response with Payments Clarity Package and Include business model enabled"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Scenario"},"children":["Scenario"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"( new_business_model_reservationsapi )"},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Include business model in Reservation"]},"(",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new_business_model_reservationsapi"]},")"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"( vcc_payment_v2 )"},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Payments Clarity Package"]}," (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]},")"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"( payment_clarity_package_v2 )"},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Payments Clarity Package V2"]}," (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_clarity_package_v2"]},")"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"reservations type"},"children":["reservations type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"BXML response"},"children":["BXML response"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["4a"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["net rates model"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#-reservation-using-net-rate-model-3"},"children":["response example"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["4b"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["commission rates model"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#-reservation-using-commission-rate-model-3"},"children":["response example"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["4c"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["mixed rates model"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#-reservation-using-mixed-rates-model-3"},"children":["response example"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"-reservation-using-net-rate-model-3","__idx":23},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#bxml-response-with-payments-clarity-package-and-include-business-model-enabled"},"children":["Scenario 4a"]},": Reservation using Net rate model"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"new_business_model_reservationsapi : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new_business_model_reservationsapi"]},": ON"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"vcc_payment_v2 : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]},": ON"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"payment_clarity_package_v2 : OFF"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_clarity_package_v2"]},": OFF"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Note that for the scenario where ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]}," was enabled, the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["include_price_details"]}," feature was also enabled."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"changes-to-note-6","__idx":24},"children":["Changes to note"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<commissionamount>"]}," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["removed"]}," from both reservation and room level"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price>"]}," gains ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["business_model=\"net_rate\""]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["property_business_model_id"]}," attributes"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price_details>"]}," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["added"]}," with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<guest>"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<hotel>"]}," sections"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<customer>"]}," gains VCC fields: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<cc_activation_date>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<cc_current_balance>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<currencycode>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<vcc_expiration_date>"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<guest>"]}," omits ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<total>"]}," for net rate rooms"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"xml","header":{"controls":{"copy":{}}},"source":"<reservations>\n    <reservation>\n        <booked_at>2026-03-30T07:39:28+00:00</booked_at>\n        <currencycode>USD</currencycode>\n        <customer>\n            <cc_activation_date>2026-04-01</cc_activation_date>\n            <cc_current_balance>15.19</cc_current_balance>\n            <cc_cvc>356</cc_cvc>\n            <cc_expiration_date>04/2027</cc_expiration_date>\n            <cc_name>Bookingcom Agent</cc_name>\n            <cc_number>1</cc_number>\n            <cc_type>MasterCard (virtual credit card)</cc_type>\n            <company></company>\n            <countrycode>PT</countrycode>\n            <currencycode>EUR</currencycode>\n            <dc_issue_number></dc_issue_number>\n            <dc_start_date></dc_start_date>\n            <email>qperso.306337@guest.booking.com</email>\n            <first_name>QS</first_name>\n            <last_name>Persona</last_name>\n            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-01.\n</remarks>\n            <telephone>+31643746246</telephone>\n            <vcc_expiration_date>2027-04-01</vcc_expiration_date>\n        </customer>\n        <date>2026-03-30</date>\n        <hotel_id>14929776</hotel_id>\n        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>\n        <id>5437845566</id>\n        <modified_at>2026-03-30T07:39:39+00:00</modified_at>\n        <reservation_extra_info>\n            <flags>\n                <flag name=\"booker_is_genius\" />\n            </flags>\n            <payer>\n                <payments>\n                    <payment amount=\"15.19\"\n                   currency=\"EUR\"\n                   payment_type=\"payment_on_Booking.com\"\n                   payout_type=\"Virtual credit card\" />\n                </payments>\n            </payer>\n        </reservation_extra_info>\n        <room>\n            <arrival_date>2026-04-01</arrival_date>\n            <cancel_penalties>\n                <cancel_penalty from=\"2026-03-30T07:39:28+00:00\"\n                        policy_code=\"1\">\n                    <amount_percent amount=\"11.5\"\n                          currency_code=\"USD\" />\n                </cancel_penalty>\n            </cancel_penalties>\n            <currencycode>USD</currencycode>\n            <departure_date>2026-04-02</departure_date>\n            <extra_info></extra_info>\n            <facilities></facilities>\n            <guest_counts>\n                <guest_count count=\"1\"\n                     type=\"adult\" />\n            </guest_counts>\n            <guest_name>QS Persona</guest_name>\n            <id>1492977601</id>\n            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>\n            <max_children>0</max_children>\n            <meal_plan>There is no meal option with this room.</meal_plan>\n            <name>Deluxe Single Room</name>\n            <occupancy>1</occupancy>\n            <price business_model=\"net_rate\"\n             date=\"2026-04-01\"\n             genius_rate=\"no\"\n             property_business_model_id=\"15077275\"\n             rate_id=\"61525167\"\n             rewritten_from_id=\"0\"\n             rewritten_from_name=\"\">5</price>\n            <price_details>\n                <guest>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                </guest>\n                <hotel>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"no\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"no\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                    <total>5</total>\n                </hotel>\n            </price_details>\n            <remarks></remarks>\n            <roomreservation_id>6172319663</roomreservation_id>\n            <smoking>0</smoking>\n            <totalprice>5</totalprice>\n        </room>\n        <status>new</status>\n        <time>09:39:28</time>\n        <totalprice>5</totalprice>\n    </reservation>\n</reservations>\n<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YYZJjxQwaDIW06N4947wGNzPXuGJ7B4kvIJ4PGl/wOK+aa8cGpuyRFgAveW8pP+hycNhboxxxwvwRJW7U461Jow=] -->\n","lang":"xml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"-reservation-using-commission-rate-model-3","__idx":25},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#bxml-response-with-payments-clarity-package-and-include-business-model-enabled"},"children":["Scenario 4b"]},": Reservation using Commission rate model"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"new_business_model_reservationsapi : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new_business_model_reservationsapi"]},": ON"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"vcc_payment_v2 : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]},": ON"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"payment_clarity_package_v2 : OFF"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_clarity_package_v2"]},": OFF"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Note that for the scenario where ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]}," was enabled, the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["include_price_details"]}," feature was also enabled."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"changes-to-note-7","__idx":26},"children":["Changes to note"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price>"]}," gains ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["business_model=\"commission_rate\""]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["property_business_model_id"]}," attributes"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<commissionamount>"]}," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["retained"]}," at both reservation and room level"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price_details>"]}," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["added"]}," with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<guest>"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<hotel>"]}," sections"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<customer>"]}," gains VCC fields: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<cc_activation_date>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<cc_current_balance>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<currencycode>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<vcc_expiration_date>"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<guest>"]}," includes ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<total>"]}," for commission rate rooms"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"xml","header":{"controls":{"copy":{}}},"source":"<reservations>\n    <reservation>\n        <booked_at>2026-03-30T08:21:07+00:00</booked_at>\n        <commissionamount>0</commissionamount>\n        <currencycode>USD</currencycode>\n        <customer>\n            <cc_activation_date>2026-03-31</cc_activation_date>\n            <cc_current_balance>14.32</cc_current_balance>\n            <cc_cvc>821</cc_cvc>\n            <cc_expiration_date>04/2027</cc_expiration_date>\n            <cc_name>Bookingcom Agent</cc_name>\n            <cc_number>1</cc_number>\n            <cc_type>MasterCard (virtual credit card)</cc_type>\n            <company></company>\n            <countrycode>PT</countrycode>\n            <currencycode>EUR</currencycode>\n            <dc_issue_number></dc_issue_number>\n            <dc_start_date></dc_start_date>\n            <email>qperso.645357@guest.booking.com</email>\n            <first_name>QS</first_name>\n            <last_name>Persona</last_name>\n            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-03-31.\n</remarks>\n            <telephone>+31643746246</telephone>\n            <vcc_expiration_date>2027-04-01</vcc_expiration_date>\n        </customer>\n        <date>2026-03-30</date>\n        <hotel_id>14929776</hotel_id>\n        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>\n        <id>5437891348</id>\n        <modified_at>2026-03-30T08:21:15+00:00</modified_at>\n        <reservation_extra_info>\n            <flags>\n                <flag name=\"booker_is_genius\" />\n            </flags>\n            <payer>\n                <payments>\n                    <payment amount=\"14.32\"\n                   currency=\"EUR\"\n                   payment_type=\"payment_on_Booking.com\"\n                   payout_type=\"Virtual credit card\" />\n                </payments>\n            </payer>\n        </reservation_extra_info>\n        <room>\n            <arrival_date>2026-03-31</arrival_date>\n            <cancel_penalties>\n                <cancel_penalty from=\"2026-03-30T08:21:07+00:00\"\n                        policy_code=\"1\">\n                    <amount_percent amount=\"10\"\n                          currency_code=\"USD\" />\n                </cancel_penalty>\n            </cancel_penalties>\n            <commissionamount>0</commissionamount>\n            <currencycode>USD</currencycode>\n            <departure_date>2026-04-01</departure_date>\n            <extra_info></extra_info>\n            <facilities></facilities>\n            <guest_counts>\n                <guest_count count=\"2\"\n                     type=\"adult\" />\n            </guest_counts>\n            <guest_name>QS Persona</guest_name>\n            <id>1492977602</id>\n            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 2.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>\n            <max_children>0</max_children>\n            <meal_plan>There is no meal option with this room.</meal_plan>\n            <name>Deluxe Double Room</name>\n            <occupancy>2</occupancy>\n            <price business_model=\"commission_rate\"\n             date=\"2026-03-31\"\n             genius_rate=\"no\"\n             property_business_model_id=\"14737251\"\n             rate_id=\"58265752\"\n             rewritten_from_id=\"0\"\n             rewritten_from_name=\"\">4</price>\n            <price_details>\n                <guest>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                    <total>16.50</total>\n                </guest>\n                <hotel>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"no\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"no\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                    <total>4</total>\n                </hotel>\n            </price_details>\n            <remarks></remarks>\n            <roomreservation_id>6172378507</roomreservation_id>\n            <smoking>0</smoking>\n            <totalprice>4</totalprice>\n        </room>\n        <status>new</status>\n        <time>10:21:07</time>\n        <totalprice>4</totalprice>\n    </reservation>\n</reservations>\n<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YTf+ZDCsxL+YhGKP7k40XHN0MsscCsn3C77jvmh1GudnskjX2epvVv2rWRfdAezvK9WJ3R6inXFBAOGtCXLLh/Q=] -->\n","lang":"xml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"-reservation-using-mixed-rates-model-3","__idx":27},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#bxml-response-with-payments-clarity-package-and-include-business-model-enabled"},"children":["Scenario 4c"]},": Reservation using Mixed rates model"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"new_business_model_reservationsapi : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new_business_model_reservationsapi"]},": ON"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"vcc_payment_v2 : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]},": ON"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"payment_clarity_package_v2 : OFF"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_clarity_package_v2"]},": OFF"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Note that for the scenario where ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]}," was enabled, the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["include_price_details"]}," feature was also enabled."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"changes-to-note-8","__idx":28},"children":["Changes to note"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Net rate room:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<commissionamount>"]}," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["removed"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price>"]}," gains ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["business_model=\"net_rate\""]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<guest>"]}," omits ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<total>"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Commission rate room:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<commissionamount>"]}," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["retained"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price>"]}," gains ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["business_model=\"commission_rate\""]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<guest>"]}," includes ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<total>"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Both rooms:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price_details>"]}," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["added"]}," with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<guest>"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<hotel>"]}," sections"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<customer>"]}," gains VCC fields: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<cc_activation_date>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<cc_current_balance>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<currencycode>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<vcc_expiration_date>"]}]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"xml","header":{"controls":{"copy":{}}},"source":"<reservations>\n    <reservation>\n        <booked_at>2026-03-30T08:30:09+00:00</booked_at>\n        <currencycode>USD</currencycode>\n        <customer>\n            <cc_activation_date>2026-04-03</cc_activation_date>\n            <cc_current_balance>29.51</cc_current_balance>\n            <cc_cvc>926</cc_cvc>\n            <cc_expiration_date>04/2027</cc_expiration_date>\n            <cc_name>Bookingcom Agent</cc_name>\n            <cc_number>1</cc_number>\n            <cc_type>MasterCard (virtual credit card)</cc_type>\n            <company></company>\n            <countrycode>PT</countrycode>\n            <currencycode>EUR</currencycode>\n            <dc_issue_number></dc_issue_number>\n            <dc_start_date></dc_start_date>\n            <email>qrates.631741@guest.booking.com</email>\n            <first_name>QS persona</first_name>\n            <last_name>Mixed rates</last_name>\n            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-03.\n</remarks>\n            <telephone>+31643746246</telephone>\n            <vcc_expiration_date>2027-04-01</vcc_expiration_date>\n        </customer>\n        <date>2026-03-30</date>\n        <hotel_id>14929776</hotel_id>\n        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>\n        <id>6052529333</id>\n        <modified_at>2026-03-30T08:30:22+00:00</modified_at>\n        <reservation_extra_info>\n            <flags>\n                <flag name=\"booker_is_genius\" />\n            </flags>\n            <payer>\n                <payments>\n                    <payment amount=\"29.51\"\n                   currency=\"EUR\"\n                   payment_type=\"payment_on_Booking.com\"\n                   payout_type=\"Virtual credit card\" />\n                </payments>\n            </payer>\n        </reservation_extra_info>\n        <room>\n            <arrival_date>2026-04-03</arrival_date>\n            <cancel_penalties>\n                <cancel_penalty from=\"2026-03-30T08:30:09+00:00\"\n                        policy_code=\"1\">\n                    <amount_percent amount=\"10\"\n                          currency_code=\"USD\" />\n                </cancel_penalty>\n            </cancel_penalties>\n            <commissionamount>0</commissionamount>\n            <currencycode>USD</currencycode>\n            <departure_date>2026-04-04</departure_date>\n            <extra_info></extra_info>\n            <facilities></facilities>\n            <guest_counts>\n                <guest_count count=\"1\"\n                     type=\"adult\" />\n            </guest_counts>\n            <guest_name>QS persona Mixed rates</guest_name>\n            <id>1492977602</id>\n            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>\n            <max_children>0</max_children>\n            <meal_plan>There is no meal option with this room.</meal_plan>\n            <name>Deluxe Double Room</name>\n            <occupancy>2</occupancy>\n            <price business_model=\"commission_rate\"\n             date=\"2026-04-03\"\n             genius_rate=\"no\"\n             property_business_model_id=\"14737251\"\n             rate_id=\"58265752\"\n             rewritten_from_id=\"0\"\n             rewritten_from_name=\"\">4</price>\n            <price_details>\n                <guest>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                    <total>16.50</total>\n                </guest>\n                <hotel>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"no\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"no\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                    <total>4</total>\n                </hotel>\n            </price_details>\n            <remarks></remarks>\n            <roomreservation_id>6172392324</roomreservation_id>\n            <smoking>0</smoking>\n            <totalprice>4</totalprice>\n        </room>\n        <room>\n            <arrival_date>2026-04-03</arrival_date>\n            <cancel_penalties>\n                <cancel_penalty from=\"2026-03-30T08:30:09+00:00\"\n                        policy_code=\"1\">\n                    <amount_percent amount=\"11.5\"\n                          currency_code=\"USD\" />\n                </cancel_penalty>\n            </cancel_penalties>\n            <currencycode>USD</currencycode>\n            <departure_date>2026-04-04</departure_date>\n            <extra_info></extra_info>\n            <facilities></facilities>\n            <guest_counts>\n                <guest_count count=\"1\"\n                     type=\"adult\" />\n            </guest_counts>\n            <guest_name>QS persona Mixed rates</guest_name>\n            <id>1492977601</id>\n            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>\n            <max_children>0</max_children>\n            <meal_plan>There is no meal option with this room.</meal_plan>\n            <name>Deluxe Single Room</name>\n            <occupancy>1</occupancy>\n            <price business_model=\"net_rate\"\n             date=\"2026-04-03\"\n             genius_rate=\"no\"\n             property_business_model_id=\"15077275\"\n             rate_id=\"61525167\"\n             rewritten_from_id=\"0\"\n             rewritten_from_name=\"\">5</price>\n            <price_details>\n                <guest>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                </guest>\n                <hotel>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"no\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"no\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                    <total>5</total>\n                </hotel>\n            </price_details>\n            <remarks></remarks>\n            <roomreservation_id>6172392325</roomreservation_id>\n            <smoking>0</smoking>\n            <totalprice>5</totalprice>\n        </room>\n        <status>new</status>\n        <time>10:30:09</time>\n        <totalprice>9</totalprice>\n    </reservation>\n</reservations>\n<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YROIKDCdld/9Ur3lFeOXSZFwrBl2CUvR4mkF1nvVEV5xs0/UFNUYycnBtY94ZjPAzgWm4bGZQRkaByouDpvcCA0=] -->\n","lang":"xml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"bxml-response-with-both-payments-clarity-package-features-and-include-business-model-enabled","__idx":29},"children":["BXML response with both Payments Clarity Package features and Include business model enabled"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Scenario"},"children":["Scenario"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"( new_business_model_reservationsapi )"},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Include business model in Reservation"]},"(",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new_business_model_reservationsapi"]},")"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"( vcc_payment_v2 )"},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Payments Clarity Package"]}," (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]},")"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"( payment_clarity_package_v2 )"},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Payments Clarity Package V2"]}," (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_clarity_package_v2"]},")"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"reservations type"},"children":["reservations type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"BXML response"},"children":["BXML response"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["5a"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["net rates model"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#-reservation-using-net-rate-model-4"},"children":["response example"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["5b"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["commission rates model"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#-reservation-using-commission-rate-model-4"},"children":["response example"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["5c"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["mixed rates model"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#-reservation-using-mixed-rates-model-4"},"children":["response example"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"-reservation-using-net-rate-model-4","__idx":30},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#bxml-response-with-both-payments-clarity-package-features-and-include-business-model-enabled"},"children":["Scenario 5a"]},": Reservation using Net rate model"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"new_business_model_reservationsapi : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new_business_model_reservationsapi"]},": ON"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"vcc_payment_v2 : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]},": ON"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"payment_clarity_package_v2 : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_clarity_package_v2"]},": ON"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Note that for the scenario where ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]}," was enabled, the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["include_price_details"]}," feature was also enabled."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"changes-to-note-9","__idx":31},"children":["Changes to note"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<commissionamount>"]}," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["removed"]}," from both reservation and room level"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price>"]}," gains ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["business_model=\"net_rate\""]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["property_business_model_id"]}," attributes"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price_details>"]}," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["added"]}," at room level:",{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<hotel>"]},": ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<net_price>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<extracomponent>"]}," entries, and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<total>"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<guest>"]},": ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<extracomponent>"]}," entries only — ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["no ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<total>"]}]}," for net rate rooms"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<customer>"]}," gains VCC fields: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<cc_activation_date>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<cc_current_balance>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<currencycode>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<vcc_expiration_date>"]}]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"xml","header":{"controls":{"copy":{}}},"source":"<reservations>\n    <reservation>\n        <booked_at>2026-03-30T07:39:28+00:00</booked_at>\n        <currencycode>USD</currencycode>\n        <customer>\n            <cc_activation_date>2026-04-01</cc_activation_date>\n            <cc_current_balance>15.19</cc_current_balance>\n            <cc_cvc>356</cc_cvc>\n            <cc_expiration_date>04/2027</cc_expiration_date>\n            <cc_name>Bookingcom Agent</cc_name>\n            <cc_number>1</cc_number>\n            <cc_type>MasterCard (virtual credit card)</cc_type>\n            <company></company>\n            <countrycode>PT</countrycode>\n            <currencycode>EUR</currencycode>\n            <dc_issue_number></dc_issue_number>\n            <dc_start_date></dc_start_date>\n            <email>qperso.306337@guest.booking.com</email>\n            <first_name>QS</first_name>\n            <last_name>Persona</last_name>\n            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-01.\n</remarks>\n            <telephone>+31643746246</telephone>\n            <vcc_expiration_date>2027-04-01</vcc_expiration_date>\n        </customer>\n        <date>2026-03-30</date>\n        <hotel_id>14929776</hotel_id>\n        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>\n        <id>5437845566</id>\n        <modified_at>2026-03-30T07:39:39+00:00</modified_at>\n        <reservation_extra_info>\n            <flags>\n                <flag name=\"booker_is_genius\" />\n            </flags>\n            <payer>\n                <payments>\n                    <payment amount=\"15.19\"\n                   currency=\"EUR\"\n                   payment_type=\"payment_on_Booking.com\"\n                   payout_type=\"Virtual credit card\" />\n                </payments>\n            </payer>\n        </reservation_extra_info>\n        <room>\n            <arrival_date>2026-04-01</arrival_date>\n            <cancel_penalties>\n                <cancel_penalty from=\"2026-03-30T07:39:28+00:00\"\n                        policy_code=\"1\">\n                    <amount_percent amount=\"11.5\"\n                          currency_code=\"USD\" />\n                </cancel_penalty>\n            </cancel_penalties>\n            <currencycode>USD</currencycode>\n            <departure_date>2026-04-02</departure_date>\n            <extra_info></extra_info>\n            <facilities></facilities>\n            <guest_counts>\n                <guest_count count=\"1\"\n                     type=\"adult\" />\n            </guest_counts>\n            <guest_name>QS Persona</guest_name>\n            <id>1492977601</id>\n            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>\n            <max_children>0</max_children>\n            <meal_plan>There is no meal option with this room.</meal_plan>\n            <name>Deluxe Single Room</name>\n            <occupancy>1</occupancy>\n            <price business_model=\"net_rate\"\n             date=\"2026-04-01\"\n             genius_rate=\"no\"\n             property_business_model_id=\"15077275\"\n             rate_id=\"61525167\"\n             rewritten_from_id=\"0\"\n             rewritten_from_name=\"\">5</price>\n            <price_details>\n                <guest>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                </guest>\n                <hotel>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                    <net_price>5</net_price>\n                    <total>17.50</total>\n                </hotel>\n            </price_details>\n            <remarks></remarks>\n            <roomreservation_id>6172319663</roomreservation_id>\n            <smoking>0</smoking>\n            <totalprice>5</totalprice>\n        </room>\n        <status>new</status>\n        <time>09:39:28</time>\n        <totalprice>5</totalprice>\n    </reservation>\n</reservations>\n<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YaZ6/Vt+9xGblZ3Hn6DHomxrR/gyT8bMuxAfIduUL45fUVAhxm+IA6bUL+WcB1ucO15IEytDGgrjl3TNlZRuEK4=] -->\n","lang":"xml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"-reservation-using-commission-rate-model-4","__idx":32},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#bxml-response-with-both-payments-clarity-package-features-and-include-business-model-enabled"},"children":["Scenario 5b"]},": Reservation using Commission rate model"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"new_business_model_reservationsapi : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new_business_model_reservationsapi"]},": ON"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"vcc_payment_v2 : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]},": ON"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"payment_clarity_package_v2 : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_clarity_package_v2"]},": ON"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Note that for the scenario where ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]}," was enabled, the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["include_price_details"]}," feature was also enabled."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"changes-to-note-10","__idx":33},"children":["Changes to note"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price>"]}," gains ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["business_model=\"commission_rate\""]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["property_business_model_id"]}," attributes"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<commissionamount>"]}," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["retained"]}," at both reservation and room level"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price_details>"]}," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["added"]}," at room level:",{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<hotel>"]},": ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<net_price>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<extracomponent>"]}," entries, and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<total>"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<guest>"]},": ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<extracomponent>"]}," entries ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["and"]}," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<total>"]}," — guest total is present for commission rate rooms"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<customer>"]}," gains VCC fields: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<cc_activation_date>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<cc_current_balance>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<currencycode>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<vcc_expiration_date>"]}]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"xml","header":{"controls":{"copy":{}}},"source":"<reservations>\n    <reservation>\n        <booked_at>2026-03-30T08:21:07+00:00</booked_at>\n        <commissionamount>0</commissionamount>\n        <currencycode>USD</currencycode>\n        <customer>\n            <cc_activation_date>2026-03-31</cc_activation_date>\n            <cc_current_balance>14.32</cc_current_balance>\n            <cc_cvc>821</cc_cvc>\n            <cc_expiration_date>04/2027</cc_expiration_date>\n            <cc_name>Bookingcom Agent</cc_name>\n            <cc_number>1</cc_number>\n            <cc_type>MasterCard (virtual credit card)</cc_type>\n            <company></company>\n            <countrycode>PT</countrycode>\n            <currencycode>EUR</currencycode>\n            <dc_issue_number></dc_issue_number>\n            <dc_start_date></dc_start_date>\n            <email>qperso.645357@guest.booking.com</email>\n            <first_name>QS</first_name>\n            <last_name>Persona</last_name>\n            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-03-31.\n</remarks>\n            <telephone>+31643746246</telephone>\n            <vcc_expiration_date>2027-04-01</vcc_expiration_date>\n        </customer>\n        <date>2026-03-30</date>\n        <hotel_id>14929776</hotel_id>\n        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>\n        <id>5437891348</id>\n        <modified_at>2026-03-30T08:21:15+00:00</modified_at>\n        <reservation_extra_info>\n            <flags>\n                <flag name=\"booker_is_genius\" />\n            </flags>\n            <payer>\n                <payments>\n                    <payment amount=\"14.32\"\n                   currency=\"EUR\"\n                   payment_type=\"payment_on_Booking.com\"\n                   payout_type=\"Virtual credit card\" />\n                </payments>\n            </payer>\n        </reservation_extra_info>\n        <room>\n            <arrival_date>2026-03-31</arrival_date>\n            <cancel_penalties>\n                <cancel_penalty from=\"2026-03-30T08:21:07+00:00\"\n                        policy_code=\"1\">\n                    <amount_percent amount=\"10\"\n                          currency_code=\"USD\" />\n                </cancel_penalty>\n            </cancel_penalties>\n            <commissionamount>0</commissionamount>\n            <currencycode>USD</currencycode>\n            <departure_date>2026-04-01</departure_date>\n            <extra_info></extra_info>\n            <facilities></facilities>\n            <guest_counts>\n                <guest_count count=\"2\"\n                     type=\"adult\" />\n            </guest_counts>\n            <guest_name>QS Persona</guest_name>\n            <id>1492977602</id>\n            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 2.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>\n            <max_children>0</max_children>\n            <meal_plan>There is no meal option with this room.</meal_plan>\n            <name>Deluxe Double Room</name>\n            <occupancy>2</occupancy>\n            <price business_model=\"commission_rate\"\n             date=\"2026-03-31\"\n             genius_rate=\"no\"\n             property_business_model_id=\"14737251\"\n             rate_id=\"58265752\"\n             rewritten_from_id=\"0\"\n             rewritten_from_name=\"\">4</price>\n            <price_details>\n                <guest>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                    <total>16.50</total>\n                </guest>\n                <hotel>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                    <net_price>4</net_price>\n                    <total>16.50</total>\n                </hotel>\n            </price_details>\n            <remarks></remarks>\n            <roomreservation_id>6172378507</roomreservation_id>\n            <smoking>0</smoking>\n            <totalprice>4</totalprice>\n        </room>\n        <status>new</status>\n        <time>10:21:07</time>\n        <totalprice>4</totalprice>\n    </reservation>\n</reservations>\n<!-- RUID: [UmFuZG9tSVYkc2RlIyh9Yb5LDung52LnoWzVJBAIK4vzvJpDD/p4mCthHuRg0CvA80fHffNfz/R3sdS+E0ezm79UtrmMNOonydaaFoD3yVM=] -->\n","lang":"xml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"-reservation-using-mixed-rates-model-4","__idx":34},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"#bxml-response-with-both-payments-clarity-package-features-and-include-business-model-enabled"},"children":["Scenario 5c"]},": Reservation using Mixed rates model"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"new_business_model_reservationsapi : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new_business_model_reservationsapi"]},": ON"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"vcc_payment_v2 : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]},": ON"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"payment_clarity_package_v2 : ON"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["payment_clarity_package_v2"]},": ON"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Note that for the scenario where ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vcc_payment_v2"]}," was enabled, the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["include_price_details"]}," feature was also enabled."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"changes-to-note-11","__idx":35},"children":["Changes to note"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Net rate room:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<commissionamount>"]}," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["removed"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price>"]}," gains ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["business_model=\"net_rate\""]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<guest>"]}," omits ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<total>"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Commission rate room:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<commissionamount>"]}," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["retained"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price>"]}," gains ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["business_model=\"commission_rate\""]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<guest>"]}," includes ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<total>"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Both rooms:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<price_details>"]}," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["added"]}," with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<hotel>"]}," (including ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<net_price>"]},") and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<guest>"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<customer>"]}," gains VCC fields: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<cc_activation_date>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<cc_current_balance>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<currencycode>"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<vcc_expiration_date>"]}]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"xml","header":{"controls":{"copy":{}}},"source":"<reservations>\n    <reservation>\n        <booked_at>2026-03-30T08:30:09+00:00</booked_at>\n        <currencycode>USD</currencycode>\n        <customer>\n            <cc_activation_date>2026-04-03</cc_activation_date>\n            <cc_current_balance>29.51</cc_current_balance>\n            <cc_cvc>926</cc_cvc>\n            <cc_expiration_date>04/2027</cc_expiration_date>\n            <cc_name>Bookingcom Agent</cc_name>\n            <cc_number>1</cc_number>\n            <cc_type>MasterCard (virtual credit card)</cc_type>\n            <company></company>\n            <countrycode>PT</countrycode>\n            <currencycode>EUR</currencycode>\n            <dc_issue_number></dc_issue_number>\n            <dc_start_date></dc_start_date>\n            <email>qrates.631741@guest.booking.com</email>\n            <first_name>QS persona</first_name>\n            <last_name>Mixed rates</last_name>\n            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-03.\n</remarks>\n            <telephone>+31643746246</telephone>\n            <vcc_expiration_date>2027-04-01</vcc_expiration_date>\n        </customer>\n        <date>2026-03-30</date>\n        <hotel_id>14929776</hotel_id>\n        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>\n        <id>6052529333</id>\n        <modified_at>2026-03-30T08:30:22+00:00</modified_at>\n        <reservation_extra_info>\n            <flags>\n                <flag name=\"booker_is_genius\" />\n            </flags>\n            <payer>\n                <payments>\n                    <payment amount=\"29.51\"\n                   currency=\"EUR\"\n                   payment_type=\"payment_on_Booking.com\"\n                   payout_type=\"Virtual credit card\" />\n                </payments>\n            </payer>\n        </reservation_extra_info>\n        <room>\n            <arrival_date>2026-04-03</arrival_date>\n            <cancel_penalties>\n                <cancel_penalty from=\"2026-03-30T08:30:09+00:00\"\n                        policy_code=\"1\">\n                    <amount_percent amount=\"10\"\n                          currency_code=\"USD\" />\n                </cancel_penalty>\n            </cancel_penalties>\n            <commissionamount>0</commissionamount>\n            <currencycode>USD</currencycode>\n            <departure_date>2026-04-04</departure_date>\n            <extra_info></extra_info>\n            <facilities></facilities>\n            <guest_counts>\n                <guest_count count=\"1\"\n                     type=\"adult\" />\n            </guest_counts>\n            <guest_name>QS persona Mixed rates</guest_name>\n            <id>1492977602</id>\n            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>\n            <max_children>0</max_children>\n            <meal_plan>There is no meal option with this room.</meal_plan>\n            <name>Deluxe Double Room</name>\n            <occupancy>2</occupancy>\n            <price business_model=\"commission_rate\"\n             date=\"2026-04-03\"\n             genius_rate=\"no\"\n             property_business_model_id=\"14737251\"\n             rate_id=\"58265752\"\n             rewritten_from_id=\"0\"\n             rewritten_from_name=\"\">4</price>\n            <price_details>\n                <guest>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                    <total>16.50</total>\n                </guest>\n                <hotel>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                    <net_price>4</net_price>\n                    <total>16.50</total>\n                </hotel>\n            </price_details>\n            <remarks></remarks>\n            <roomreservation_id>6172392324</roomreservation_id>\n            <smoking>0</smoking>\n            <totalprice>4</totalprice>\n        </room>\n        <room>\n            <arrival_date>2026-04-03</arrival_date>\n            <cancel_penalties>\n                <cancel_penalty from=\"2026-03-30T08:30:09+00:00\"\n                        policy_code=\"1\">\n                    <amount_percent amount=\"11.5\"\n                          currency_code=\"USD\" />\n                </cancel_penalty>\n            </cancel_penalties>\n            <currencycode>USD</currencycode>\n            <departure_date>2026-04-04</departure_date>\n            <extra_info></extra_info>\n            <facilities></facilities>\n            <guest_counts>\n                <guest_count count=\"1\"\n                     type=\"adult\" />\n            </guest_counts>\n            <guest_name>QS persona Mixed rates</guest_name>\n            <id>1492977601</id>\n            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>\n            <max_children>0</max_children>\n            <meal_plan>There is no meal option with this room.</meal_plan>\n            <name>Deluxe Single Room</name>\n            <occupancy>1</occupancy>\n            <price business_model=\"net_rate\"\n             date=\"2026-04-03\"\n             genius_rate=\"no\"\n             property_business_model_id=\"15077275\"\n             rate_id=\"61525167\"\n             rewritten_from_id=\"0\"\n             rewritten_from_name=\"\">5</price>\n            <price_details>\n                <guest>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                </guest>\n                <hotel>\n                    <extracomponent amount=\"6.50\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"City tax\" />\n                    <extracomponent amount=\"6\"\n                          currency=\"USD\"\n                          included=\"yes\"\n                          per_night=\"no\"\n                          per_person=\"no\"\n                          percentage=\"no\"\n                          text=\"Tax\" />\n                    <net_price>5</net_price>\n                    <total>17.50</total>\n                </hotel>\n            </price_details>\n            <remarks></remarks>\n            <roomreservation_id>6172392325</roomreservation_id>\n            <smoking>0</smoking>\n            <totalprice>5</totalprice>\n        </room>\n        <status>new</status>\n        <time>10:30:09</time>\n        <totalprice>9</totalprice>\n    </reservation>\n</reservations>\n<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YeiVN8OGqNb37lXOCbm4HWP7L0e1k1KsEhf2DJqFSn61sPnRuN/9waUnfZldDgUy/7N9umzPTFuX98UEKGxifmU=] -->\n","lang":"xml"},"children":[]}]},"headings":[{"value":"Implementing business model in reservations using B.XML","id":"implementing-business-model-in-reservations-using-bxml","depth":1},{"value":"Understanding the scope of change","id":"understanding-the-scope-of-change","depth":2},{"value":"Comparing BXML response changes","id":"comparing-bxml-response-changes","depth":3},{"value":"BXML response examples","id":"bxml-response-examples","depth":2},{"value":"BXML response with Payments Clarity Package and business model features disabled","id":"bxml-response-with-payments-clarity-package-and-business-model-features-disabled","depth":3},{"value":": Reservation using Net rate model","id":"-reservation-using-net-rate-model","depth":4},{"value":": Reservation using Commission rate model","id":"-reservation-using-commission-rate-model","depth":4},{"value":": Reservation using Mixed rates model","id":"-reservation-using-mixed-rates-model","depth":4},{"value":"BXML response with Payments Clarity Package features enabled","id":"bxml-response-with-payments-clarity-package-features-enabled","depth":3},{"value":": Reservation using Net rate model","id":"-reservation-using-net-rate-model-1","depth":4},{"value":"Changes to note","id":"changes-to-note","depth":4},{"value":": Reservation using Commission rate model","id":"-reservation-using-commission-rate-model-1","depth":4},{"value":"Changes to note","id":"changes-to-note-1","depth":4},{"value":": Reservation using Mixed rates model","id":"-reservation-using-mixed-rates-model-1","depth":4},{"value":"Changes to note","id":"changes-to-note-2","depth":4},{"value":"BXML response with Include business model enabled","id":"bxml-response-with-include-business-model-enabled","depth":3},{"value":": Reservation using Net rate model","id":"-reservation-using-net-rate-model-2","depth":4},{"value":"Changes to note","id":"changes-to-note-3","depth":4},{"value":": Reservation using Commission rate model","id":"-reservation-using-commission-rate-model-2","depth":4},{"value":"Changes to note","id":"changes-to-note-4","depth":4},{"value":": Reservation using Mixed rates model","id":"-reservation-using-mixed-rates-model-2","depth":4},{"value":"Changes to note","id":"changes-to-note-5","depth":4},{"value":"BXML response with Payments Clarity Package and Include business model enabled","id":"bxml-response-with-payments-clarity-package-and-include-business-model-enabled","depth":3},{"value":": Reservation using Net rate model","id":"-reservation-using-net-rate-model-3","depth":4},{"value":"Changes to note","id":"changes-to-note-6","depth":4},{"value":": Reservation using Commission rate model","id":"-reservation-using-commission-rate-model-3","depth":4},{"value":"Changes to note","id":"changes-to-note-7","depth":4},{"value":": Reservation using Mixed rates model","id":"-reservation-using-mixed-rates-model-3","depth":4},{"value":"Changes to note","id":"changes-to-note-8","depth":4},{"value":"BXML response with both Payments Clarity Package features and Include business model enabled","id":"bxml-response-with-both-payments-clarity-package-features-and-include-business-model-enabled","depth":3},{"value":": Reservation using Net rate model","id":"-reservation-using-net-rate-model-4","depth":4},{"value":"Changes to note","id":"changes-to-note-9","depth":4},{"value":": Reservation using Commission rate model","id":"-reservation-using-commission-rate-model-4","depth":4},{"value":"Changes to note","id":"changes-to-note-10","depth":4},{"value":": Reservation using Mixed rates model","id":"-reservation-using-mixed-rates-model-4","depth":4},{"value":"Changes to note","id":"changes-to-note-11","depth":4}],"frontmatter":{"seo":{"title":"Implementing business model in reservations using B.XML"}},"lastModified":"2026-05-25T10:50:55.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/connectivity/docs/reservations-api/implementing-business-model-reservations-bxml","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}