# Implementing business model in reservations using B.XML

This topic details the scope of change when implementing the *Include business model in Reservation* feature on reservation messages retrieved using the B.XML endpoint and identifies the change in the response. For information on managing business models and attaching them to rate plans, see [Managing business models](/connectivity/docs/business-models-api/managing-business-models).

## Understanding the scope of change

If your properties operate on a net rate model, following are the possible changes when implementing the *Include business model in Reservation* (`new_business_model_reservationsapi`) feature:

- Change 1: **Business model identifier added at room level**
The `business_model` and `property_business_model_id` attributes are added to the `<price>` element for each room. This identifies the property and the business model type (`net_rate` or `commission_rate`). A property can have rooms with different business models in the same reservation.
- Change 2: **Commission removed for net rate reservations**
When the feature is enabled, `<commissionamount>` is removed from both the reservation level and the room level for net rate rooms. When the feature is disabled, `<commissionamount>` remains present with zero amounts.
- Change 3: **Net price returned at room-reservation level**
When *Payments Clarity Package v2* (`payment_clarity_package_v2`) is also enabled, a `<net_price>` element is added inside `<hotel>` within `<price_details>` at room level.
- Change 4: **Guest total absent for net rate rooms in price details**
When `<price_details>` is returned, the `<guest>` section omits `<total>` for net rate rooms. Tax components remain present. For commission rate rooms, `<guest>` > `<total>` is present as normal.


### Comparing BXML response changes

| Response element | `new_business_model_reservationsapi`: OFF | `new_business_model_reservationsapi`: ON |
|  --- | --- | --- |
| `<commissionamount>` (net rate rooms) | Present with zero amounts | Removed |
| `business_model` + `property_business_model_id` on `<price>` | Not present | Added |
| `<price_details>` > `<hotel>` > `<net_price>` | Not present | Added (requires PCP V2 enabled) |
| `<price_details>` > `<guest>` > `<total>` (net rate rooms) | Not present | Not present |
| `<price_details>` > `<guest>` > `<total>` (commission rate rooms) | Present | Present |


For a full reference of the standard BXML reservation response, see [Retrieving reservations using B.XML](/connectivity/docs/reservations-api/managing-reservations-bxml).

The response examples below show the progressive changes across four feature flag combinations, each demonstrated for net rate, commission rate, and mixed rate reservations.

## BXML response examples

Following is a summary of BXML response examples covered in this section.

- [BXML response with all features disabled](#bxml-response-without-payments-clarity-package-and-business-model-features-enabled)
- [BXML response with only Include Business model feature enabled](#bxml-response-with-include-business-model-enabled)
- [BXML response with Payments Clarity Package features enabled (without Include business model)](#bxml-response-with-payments-clarity-package-features-enabled)
- [BXML response with both Include Business model and Payments Clarity Package features enabled](#bxml-response-with-payments-clarity-package-and-include-business-model-enabled)
- [BXML response with all three features enabled](#bxml-response-with-both-payments-clarity-package-features-and-include-business-model-enabled)


### BXML response without Payments Clarity Package and business model features enabled

| Scenario | *Include business model in Reservation*(`new_business_model_reservationsapi`) | *Payments Clarity Package* (`vcc_payment_v2`) | *Payments Clarity Package V2* (`payment_clarity_package_v2`) | reservations type | BXML response |
|  --- | --- | --- | --- | --- | --- |
| 1a | No | No | No | net rates model | [response example](#bxml-response-without-payments-clarity-package-and-business-model-features-enabled) |
| 1b | No | No | No | commission rates model | [response example](#bxml-response-without-payments-clarity-package-and-business-model-features-enabled) |


#### Reservation using Net rate model

| `new_business_model_reservationsapi`: OFF | `vcc_payment_v2`: OFF | `payment_clarity_package_v2`: OFF |
|  --- | --- | --- |



```xml
<reservations>
    <reservation>
        <booked_at>2026-03-30T07:39:28+00:00</booked_at>
        <commissionamount>0</commissionamount>
        <currencycode>USD</currencycode>
        <customer>
            <cc_cvc>356</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qperso.306337@guest.booking.com</email>
            <first_name>QS</first_name>
            <last_name>Persona</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-01.
</remarks>
            <telephone>+31643746246</telephone>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>5437845566</id>
        <modified_at>2026-03-30T07:39:39+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="15.19"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-04-01</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T07:39:28+00:00"
                        policy_code="1">
                    <amount_percent amount="11.5"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-02</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS Persona</guest_name>
            <id>1492977601</id>
            <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>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Single Room</name>
            <occupancy>1</occupancy>
            <price date="2026-04-01"
             genius_rate="no"
             rate_id="61525167"
             rewritten_from_id="0"
             rewritten_from_name="">5</price>
            <remarks></remarks>
            <roomreservation_id>6172319663</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>5</totalprice>
        </room>
        <status>new</status>
        <time>09:39:28</time>
        <totalprice>5</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YZCvh36t5XbrzTSh5JYCnInJ1NH8UhKf/gKZEiF7iG1FQotCmRZmIZvGDQlPPg51tNpiOISSJGgCOP9Td5/GXQs=] -->
```

#### Reservation using Commission rate model

| `new_business_model_reservationsapi`: OFF | `vcc_payment_v2`: OFF | `payment_clarity_package_v2`: OFF |
|  --- | --- | --- |



```xml
<reservations>
    <reservation>
        <booked_at>2026-03-30T08:21:07+00:00</booked_at>
        <commissionamount>0</commissionamount>
        <currencycode>USD</currencycode>
        <customer>
            <cc_cvc>821</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qperso.645357@guest.booking.com</email>
            <first_name>QS</first_name>
            <last_name>Persona</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-03-31.
</remarks>
            <telephone>+31643746246</telephone>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>5437891348</id>
        <modified_at>2026-03-30T08:21:15+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="14.32"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-03-31</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:21:07+00:00"
                        policy_code="1">
                    <amount_percent amount="10"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-01</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="2"
                     type="adult" />
            </guest_counts>
            <guest_name>QS Persona</guest_name>
            <id>1492977602</id>
            <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>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Double Room</name>
            <occupancy>2</occupancy>
            <price date="2026-03-31"
             genius_rate="no"
             rate_id="58265752"
             rewritten_from_id="0"
             rewritten_from_name="">4</price>
            <remarks></remarks>
            <roomreservation_id>6172378507</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>4</totalprice>
        </room>
        <status>new</status>
        <time>10:21:07</time>
        <totalprice>4</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9Ycq2Z4Q4v9x74Xy5qtSxwpDqqTKjB7I8WLKQmJ8QuBr0jBXlPHTtVXpD5uZ/f15BZqu7jxHduyQdgNQzEE8wdS4=] -->
```

#### Reservation using Mixed rates model

| `new_business_model_reservationsapi`: OFF | `vcc_payment_v2`: OFF | `payment_clarity_package_v2`: OFF |
|  --- | --- | --- |



```xml
<reservations>
    <reservation>
        <booked_at>2026-03-30T08:30:09+00:00</booked_at>
        <commissionamount>0</commissionamount>
        <currencycode>USD</currencycode>
        <customer>
            <cc_cvc>926</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qrates.631741@guest.booking.com</email>
            <first_name>QS persona</first_name>
            <last_name>Mixed rates</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-03.
</remarks>
            <telephone>+31643746246</telephone>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>6052529333</id>
        <modified_at>2026-03-30T08:30:22+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="29.51"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-04-03</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:30:09+00:00"
                        policy_code="1">
                    <amount_percent amount="10"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-04</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS persona Mixed rates</guest_name>
            <id>1492977602</id>
            <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>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Double Room</name>
            <occupancy>2</occupancy>
            <price date="2026-04-03"
             genius_rate="no"
             rate_id="58265752"
             rewritten_from_id="0"
             rewritten_from_name="">4</price>
            <remarks></remarks>
            <roomreservation_id>6172392324</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>4</totalprice>
        </room>
        <room>
            <arrival_date>2026-04-03</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:30:09+00:00"
                        policy_code="1">
                    <amount_percent amount="11.5"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-04</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS persona Mixed rates</guest_name>
            <id>1492977601</id>
            <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>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Single Room</name>
            <occupancy>1</occupancy>
            <price date="2026-04-03"
             genius_rate="no"
             rate_id="61525167"
             rewritten_from_id="0"
             rewritten_from_name="">5</price>
            <remarks></remarks>
            <roomreservation_id>6172392325</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>5</totalprice>
        </room>
        <status>new</status>
        <time>10:30:09</time>
        <totalprice>9</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YY5MJoaTKMwVBo85XGUj4aI9PcKCaixKNikXfYT7ILTvSpK184VxEQf0Llv+15LXo2X/DlWIws7JVa8IKLZRn9o=] -->
```

### BXML response with Payments Clarity Package features enabled

| Scenario | *Include business model in Reservation*(`new_business_model_reservationsapi`) | *Payments Clarity Package* (`vcc_payment_v2`) | *Payments Clarity Package V2* (`payment_clarity_package_v2`) | reservations type | BXML response |
|  --- | --- | --- | --- | --- | --- |
| 5a | No | Yes | Yes | net rates model | [response example](#bxml-response-with-payments-clarity-package-features-enabled) |
| 5b | No | Yes | Yes | commission rates model | [response example](#bxml-response-with-payments-clarity-package-features-enabled) |
| 5c | No | Yes | Yes | mixed rates model | [response example](#bxml-response-with-payments-clarity-package-features-enabled) |


#### Reservation using Net rate model

| `new_business_model_reservationsapi`: OFF | `vcc_payment_v2`: ON | `payment_clarity_package_v2`: ON |
|  --- | --- | --- |


Note that for the scenario where `vcc_payment_v2` was enabled, the `include_price_details` feature was also enabled.

#### Changes to note

Compared to Scenario 4a (all features enabled):

- `<commissionamount>` **retained** at both reservation and room level — `new_business_model_reservationsapi` is OFF; removed in all-features-ON for net rate rooms
- `<price>` has **no** `business_model` or `property_business_model_id` attributes
- `<price_details>` > `<hotel>`: **no `<net_price>`** element



```xml
<reservations>
    <reservation>
        <booked_at>2026-03-30T07:39:28+00:00</booked_at>
        <commissionamount>0</commissionamount>
        <currencycode>USD</currencycode>
        <customer>
            <cc_activation_date>2026-04-01</cc_activation_date>
            <cc_current_balance>15.19</cc_current_balance>
            <cc_cvc>356</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <currencycode>EUR</currencycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qperso.306337@guest.booking.com</email>
            <first_name>QS</first_name>
            <last_name>Persona</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-01.
</remarks>
            <telephone>+31643746246</telephone>
            <vcc_expiration_date>2027-04-01</vcc_expiration_date>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>5437845566</id>
        <modified_at>2026-03-30T07:39:39+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="15.19"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-04-01</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T07:39:28+00:00"
                        policy_code="1">
                    <amount_percent amount="11.5"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-02</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS Persona</guest_name>
            <id>1492977601</id>
            <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>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Single Room</name>
            <occupancy>1</occupancy>
            <price date="2026-04-01"
             genius_rate="no"
             rate_id="61525167"
             rewritten_from_id="0"
             rewritten_from_name="">5</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>17.50</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172319663</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>5</totalprice>
        </room>
        <status>new</status>
        <time>09:39:28</time>
        <totalprice>5</totalprice>
    </reservation>
</reservations>
```

#### Reservation using Commission rate model

| `new_business_model_reservationsapi`: OFF | `vcc_payment_v2`: ON | `payment_clarity_package_v2`: ON |
|  --- | --- | --- |


Note that for the scenario where `vcc_payment_v2` was enabled, the `include_price_details` feature was also enabled.

#### Changes to note

Compared to Scenario 4b (all features enabled):

- `<price>` has **no** `business_model` or `property_business_model_id` attributes
- `<price_details>` > `<hotel>`: **no `<net_price>`** element



```xml
<reservations>
    <reservation>
        <booked_at>2026-03-30T08:21:07+00:00</booked_at>
        <commissionamount>0</commissionamount>
        <currencycode>USD</currencycode>
        <customer>
            <cc_activation_date>2026-03-31</cc_activation_date>
            <cc_current_balance>14.32</cc_current_balance>
            <cc_cvc>821</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <currencycode>EUR</currencycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qperso.645357@guest.booking.com</email>
            <first_name>QS</first_name>
            <last_name>Persona</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-03-31.
</remarks>
            <telephone>+31643746246</telephone>
            <vcc_expiration_date>2027-04-01</vcc_expiration_date>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>5437891348</id>
        <modified_at>2026-03-30T08:21:15+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="14.32"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-03-31</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:21:07+00:00"
                        policy_code="1">
                    <amount_percent amount="10"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-01</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="2"
                     type="adult" />
            </guest_counts>
            <guest_name>QS Persona</guest_name>
            <id>1492977602</id>
            <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>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Double Room</name>
            <occupancy>2</occupancy>
            <price date="2026-03-31"
             genius_rate="no"
             rate_id="58265752"
             rewritten_from_id="0"
             rewritten_from_name="">4</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>16.50</total>
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>16.50</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172378507</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>4</totalprice>
        </room>
        <status>new</status>
        <time>10:21:07</time>
        <totalprice>4</totalprice>
    </reservation>
</reservations>
```

#### Reservation using Mixed rates model

| `new_business_model_reservationsapi`: OFF | `vcc_payment_v2`: ON | `payment_clarity_package_v2`: ON |
|  --- | --- | --- |


Note that for the scenario where `vcc_payment_v2` was enabled, the `include_price_details` feature was also enabled.

#### Changes to note

Compared to Scenario 4c (all features enabled):

- Net rate room: `<commissionamount>` **retained** — removed in all-features-ON; `<price>` has **no** `business_model` or `property_business_model_id` attributes; `<price_details>` > `<hotel>`: **no `<net_price>`**
- Commission rate room: `<price>` has **no** `business_model` or `property_business_model_id` attributes; `<price_details>` > `<hotel>`: **no `<net_price>`**
- Reservation-level `<commissionamount>` **present** — absent in all-features-ON (net rate behavior takes precedence when BDM is ON)



```xml
<reservations>
    <reservation>
        <booked_at>2026-03-30T08:30:09+00:00</booked_at>
        <commissionamount>0</commissionamount>
        <currencycode>USD</currencycode>
        <customer>
            <cc_activation_date>2026-04-03</cc_activation_date>
            <cc_current_balance>29.51</cc_current_balance>
            <cc_cvc>926</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <currencycode>EUR</currencycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qrates.631741@guest.booking.com</email>
            <first_name>QS persona</first_name>
            <last_name>Mixed rates</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-03.
</remarks>
            <telephone>+31643746246</telephone>
            <vcc_expiration_date>2027-04-01</vcc_expiration_date>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>6052529333</id>
        <modified_at>2026-03-30T08:30:22+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="29.51"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-04-03</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:30:09+00:00"
                        policy_code="1">
                    <amount_percent amount="10"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-04</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS persona Mixed rates</guest_name>
            <id>1492977602</id>
            <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>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Double Room</name>
            <occupancy>2</occupancy>
            <price date="2026-04-03"
             genius_rate="no"
             rate_id="58265752"
             rewritten_from_id="0"
             rewritten_from_name="">4</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>16.50</total>
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>16.50</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172392324</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>4</totalprice>
        </room>
        <room>
            <arrival_date>2026-04-03</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:30:09+00:00"
                        policy_code="1">
                    <amount_percent amount="11.5"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-04</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS persona Mixed rates</guest_name>
            <id>1492977601</id>
            <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>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Single Room</name>
            <occupancy>1</occupancy>
            <price date="2026-04-03"
             genius_rate="no"
             rate_id="61525167"
             rewritten_from_id="0"
             rewritten_from_name="">5</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>17.50</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172392325</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>5</totalprice>
        </room>
        <status>new</status>
        <time>10:30:09</time>
        <totalprice>9</totalprice>
    </reservation>
</reservations>
```

### BXML response with Include business model enabled

| Scenario | *Include business model in Reservation*(`new_business_model_reservationsapi`) | *Payments Clarity Package* (`vcc_payment_v2`) | *Payments Clarity Package V2* (`payment_clarity_package_v2`) | reservations type | BXML response |
|  --- | --- | --- | --- | --- | --- |
| 2a | Yes | No | No | net rates model | [response example](#bxml-response-with-include-business-model-enabled) |
| 2b | Yes | No | No | commission rates model | [response example](#bxml-response-with-include-business-model-enabled) |
| 2c | Yes | No | No | mixed rates model | [response example](#bxml-response-with-include-business-model-enabled) |


#### Reservation using Net rate model

| `new_business_model_reservationsapi`: ON | `vcc_payment_v2`: OFF | `payment_clarity_package_v2`: OFF |
|  --- | --- | --- |


#### Changes to note

- `<commissionamount>` **removed** from both reservation and room level
- `<price>` tag gains `business_model="net_rate"` and `property_business_model_id="15077275"` attributes



```xml
<reservations>
    <reservation>
        <booked_at>2026-03-30T07:39:28+00:00</booked_at>
        <currencycode>USD</currencycode>
        <customer>
            <cc_cvc>356</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qperso.306337@guest.booking.com</email>
            <first_name>QS</first_name>
            <last_name>Persona</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-01.
</remarks>
            <telephone>+31643746246</telephone>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>5437845566</id>
        <modified_at>2026-03-30T07:39:39+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="15.19"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-04-01</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T07:39:28+00:00"
                        policy_code="1">
                    <amount_percent amount="11.5"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-02</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS Persona</guest_name>
            <id>1492977601</id>
            <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>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Single Room</name>
            <occupancy>1</occupancy>
            <price business_model="net_rate"
             date="2026-04-01"
             genius_rate="no"
             property_business_model_id="15077275"
             rate_id="61525167"
             rewritten_from_id="0"
             rewritten_from_name="">5</price>
            <remarks></remarks>
            <roomreservation_id>6172319663</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>5</totalprice>
        </room>
        <status>new</status>
        <time>09:39:28</time>
        <totalprice>5</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YdX6N92HZ9FZbtdrFl+yYH1+EMOLai7CO4VrCyBTtwfC3Sy+DNbYFEk8xjJ5HZ/Llagua2fkNzxzXs/qz/ggqKY=] -->
```

#### Reservation using Commission rate model

| `new_business_model_reservationsapi`: ON | `vcc_payment_v2`: OFF | `payment_clarity_package_v2`: OFF |
|  --- | --- | --- |


#### Changes to note

- `<price>` gains `business_model="commission_rate"` and `property_business_model_id="14737251"` attributes
- `<commissionamount>` **retained** at both reservation and room level



```xml
<reservations>
    <reservation>
        <booked_at>2026-03-30T08:21:07+00:00</booked_at>
        <commissionamount>0</commissionamount>
        <currencycode>USD</currencycode>
        <customer>
            <cc_cvc>821</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qperso.645357@guest.booking.com</email>
            <first_name>QS</first_name>
            <last_name>Persona</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-03-31.
</remarks>
            <telephone>+31643746246</telephone>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>5437891348</id>
        <modified_at>2026-03-30T08:21:15+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="14.32"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-03-31</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:21:07+00:00"
                        policy_code="1">
                    <amount_percent amount="10"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-01</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="2"
                     type="adult" />
            </guest_counts>
            <guest_name>QS Persona</guest_name>
            <id>1492977602</id>
            <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>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Double Room</name>
            <occupancy>2</occupancy>
            <price date="2026-03-31"
             genius_rate="no"
             rate_id="58265752"
             rewritten_from_id="0"
             rewritten_from_name="">4</price>
            <remarks></remarks>
            <roomreservation_id>6172378507</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>4</totalprice>
        </room>
        <status>new</status>
        <time>10:21:07</time>
        <totalprice>4</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9Ycq2Z4Q4v9x74Xy5qtSxwpDqqTKjB7I8WLKQmJ8QuBr0jBXlPHTtVXpD5uZ/f15BZqu7jxHduyQdgNQzEE8wdS4=] -->
```

#### Reservation using Mixed rates model

| `new_business_model_reservationsapi`: ON | `vcc_payment_v2`: OFF | `payment_clarity_package_v2`: OFF |
|  --- | --- | --- |


#### Changes to note

- Net rate room: `<commissionamount>` **removed** from room level; `<price>` gains `business_model="net_rate"` and `property_business_model_id="15077275"`
- Commission rate room: `<price>` gains `business_model="commission_rate"` and `property_business_model_id="14737251"`; `<commissionamount>` **retained**
- Reservation-level `<commissionamount>` **removed** (net_rate behavior takes precedence)



```xml
<reservations>
    <reservation>
        <booked_at>2026-03-30T08:30:09+00:00</booked_at>
        <commissionamount>0</commissionamount>
        <currencycode>USD</currencycode>
        <customer>
            <cc_cvc>926</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qrates.631741@guest.booking.com</email>
            <first_name>QS persona</first_name>
            <last_name>Mixed rates</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-03.
</remarks>
            <telephone>+31643746246</telephone>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>6052529333</id>
        <modified_at>2026-03-30T08:30:22+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="29.51"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-04-03</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:30:09+00:00"
                        policy_code="1">
                    <amount_percent amount="10"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-04</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS persona Mixed rates</guest_name>
            <id>1492977602</id>
            <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>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Double Room</name>
            <occupancy>2</occupancy>
            <price date="2026-04-03"
             genius_rate="no"
             rate_id="58265752"
             rewritten_from_id="0"
             rewritten_from_name="">4</price>
            <remarks></remarks>
            <roomreservation_id>6172392324</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>4</totalprice>
        </room>
        <room>
            <arrival_date>2026-04-03</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:30:09+00:00"
                        policy_code="1">
                    <amount_percent amount="11.5"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-04</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS persona Mixed rates</guest_name>
            <id>1492977601</id>
            <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>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Single Room</name>
            <occupancy>1</occupancy>
            <price date="2026-04-03"
             genius_rate="no"
             rate_id="61525167"
             rewritten_from_id="0"
             rewritten_from_name="">5</price>
            <remarks></remarks>
            <roomreservation_id>6172392325</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>5</totalprice>
        </room>
        <status>new</status>
        <time>10:30:09</time>
        <totalprice>9</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YY5MJoaTKMwVBo85XGUj4aI9PcKCaixKNikXfYT7ILTvSpK184VxEQf0Llv+15LXo2X/DlWIws7JVa8IKLZRn9o=] -->
```

### BXML response with Payments Clarity Package and Include business model enabled

| Scenario | *Include business model in Reservation*(`new_business_model_reservationsapi`) | *Payments Clarity Package* (`vcc_payment_v2`) | *Payments Clarity Package V2* (`payment_clarity_package_v2`) | reservations type | BXML response |
|  --- | --- | --- | --- | --- | --- |
| 3a | Yes | Yes | No | net rates model | [response example](#bxml-response-with-payments-clarity-package-and-include-business-model-enabled) |
| 3b | Yes | Yes | No | commission rates model | [response example](#bxml-response-with-payments-clarity-package-and-include-business-model-enabled) |
| 3c | Yes | Yes | No | mixed rates model | [response example](#bxml-response-with-payments-clarity-package-and-include-business-model-enabled) |


#### Reservation using Net rate model

| `new_business_model_reservationsapi`: ON | `vcc_payment_v2`: ON | `payment_clarity_package_v2`: OFF |
|  --- | --- | --- |


Note that for the scenario where `vcc_payment_v2` was enabled, the `include_price_details` feature was also enabled.

#### Changes to note

Compared to Scenario 2a–2c (Include business model enabled):

- `<customer>` gains VCC fields: `<cc_activation_date>`, `<cc_current_balance>`, `<currencycode>` (VCC currency), `<vcc_expiration_date>`
- `<price_details>` **added** inside `<room>`: `<guest>` with `<extracomponent>` entries (`included="yes"`); `<hotel>` with `<extracomponent>` entries (`included="no"`) or (`included="yes"`) plus `<total>` — **no `<total>` in `<guest>`** for net rate
- `<commissionamount>` remains absent; `business_model="net_rate"` on `<price>` remains



```xml
<reservations>
    <reservation>
        <booked_at>2026-03-30T07:39:28+00:00</booked_at>
        <currencycode>USD</currencycode>
        <customer>
            <cc_activation_date>2026-04-01</cc_activation_date>
            <cc_current_balance>15.19</cc_current_balance>
            <cc_cvc>356</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <currencycode>EUR</currencycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qperso.306337@guest.booking.com</email>
            <first_name>QS</first_name>
            <last_name>Persona</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-01.
</remarks>
            <telephone>+31643746246</telephone>
            <vcc_expiration_date>2027-04-01</vcc_expiration_date>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>5437845566</id>
        <modified_at>2026-03-30T07:39:39+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="15.19"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-04-01</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T07:39:28+00:00"
                        policy_code="1">
                    <amount_percent amount="11.5"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-02</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS Persona</guest_name>
            <id>1492977601</id>
            <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>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Single Room</name>
            <occupancy>1</occupancy>
            <price business_model="net_rate"
             date="2026-04-01"
             genius_rate="no"
             property_business_model_id="15077275"
             rate_id="61525167"
             rewritten_from_id="0"
             rewritten_from_name="">5</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="no"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="no"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>5</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172319663</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>5</totalprice>
        </room>
        <status>new</status>
        <time>09:39:28</time>
        <totalprice>5</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YYZJjxQwaDIW06N4947wGNzPXuGJ7B4kvIJ4PGl/wOK+aa8cGpuyRFgAveW8pP+hycNhboxxxwvwRJW7U461Jow=] -->
```

#### Reservation using Commission rate model

| `new_business_model_reservationsapi`: ON | `vcc_payment_v2`: ON | `payment_clarity_package_v2`: OFF |
|  --- | --- | --- |


Note that for the scenario where `vcc_payment_v2` was enabled, the `include_price_details` feature was also enabled.

#### Changes to note

Compared to Scenario 2a–2c (Include business model enabled):

- `<customer>` gains VCC fields: `<cc_activation_date>`, `<cc_current_balance>`, `<currencycode>`, `<vcc_expiration_date>`
- `<price_details>` **added**: `<guest>` with `<extracomponent>` entries plus `<total>` — **guest `<total>` IS present** for commission rate; `<hotel>` with `<extracomponent>` entries (`included="no"`) plus `<total>`
- `<commissionamount>` **retained**; `business_model="commission_rate"` on `<price>` remains



```xml
<reservations>
    <reservation>
        <booked_at>2026-03-30T08:21:07+00:00</booked_at>
        <commissionamount>0</commissionamount>
        <currencycode>USD</currencycode>
        <customer>
            <cc_activation_date>2026-03-31</cc_activation_date>
            <cc_current_balance>14.32</cc_current_balance>
            <cc_cvc>821</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <currencycode>EUR</currencycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qperso.645357@guest.booking.com</email>
            <first_name>QS</first_name>
            <last_name>Persona</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-03-31.
</remarks>
            <telephone>+31643746246</telephone>
            <vcc_expiration_date>2027-04-01</vcc_expiration_date>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>5437891348</id>
        <modified_at>2026-03-30T08:21:15+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="14.32"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-03-31</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:21:07+00:00"
                        policy_code="1">
                    <amount_percent amount="10"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-01</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="2"
                     type="adult" />
            </guest_counts>
            <guest_name>QS Persona</guest_name>
            <id>1492977602</id>
            <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>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Double Room</name>
            <occupancy>2</occupancy>
            <price business_model="commission_rate"
             date="2026-03-31"
             genius_rate="no"
             property_business_model_id="14737251"
             rate_id="58265752"
             rewritten_from_id="0"
             rewritten_from_name="">4</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>16.50</total>
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="no"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="no"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>4</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172378507</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>4</totalprice>
        </room>
        <status>new</status>
        <time>10:21:07</time>
        <totalprice>4</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YTf+ZDCsxL+YhGKP7k40XHN0MsscCsn3C77jvmh1GudnskjX2epvVv2rWRfdAezvK9WJ3R6inXFBAOGtCXLLh/Q=] -->
```

#### Reservation using Mixed rates model

| `new_business_model_reservationsapi`: ON | `vcc_payment_v2`: ON | `payment_clarity_package_v2`: OFF |
|  --- | --- | --- |


Note that for the scenario where `vcc_payment_v2` was enabled, the `include_price_details` feature was also enabled.

#### Changes to note

Compared to Scenario 2a–2c (Include business model enabled):

- `<customer>` gains VCC fields: `<cc_activation_date>`, `<cc_current_balance>`, `<currencycode>`, `<vcc_expiration_date>`
- Commission rate room: `<price_details>` added with `<guest>` (`<extracomponent>` entries, `<total>` present) and `<hotel>` (`<extracomponent>` entries `included="no"`, `<total>`)
- Net rate room: `<price_details>` added with `<guest>` (`<extracomponent>` entries, **no `<total>`**) and `<hotel>` (`<extracomponent>` entries `included="no"`, `<total>`)
- Per-room `<commissionamount>` handling unchanged; reservation-level `<commissionamount>` remains absent



```xml
<reservations>
    <reservation>
        <booked_at>2026-03-30T08:30:09+00:00</booked_at>
        <currencycode>USD</currencycode>
        <customer>
            <cc_activation_date>2026-04-03</cc_activation_date>
            <cc_current_balance>29.51</cc_current_balance>
            <cc_cvc>926</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <currencycode>EUR</currencycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qrates.631741@guest.booking.com</email>
            <first_name>QS persona</first_name>
            <last_name>Mixed rates</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-03.
</remarks>
            <telephone>+31643746246</telephone>
            <vcc_expiration_date>2027-04-01</vcc_expiration_date>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>6052529333</id>
        <modified_at>2026-03-30T08:30:22+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="29.51"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-04-03</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:30:09+00:00"
                        policy_code="1">
                    <amount_percent amount="10"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-04</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS persona Mixed rates</guest_name>
            <id>1492977602</id>
            <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>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Double Room</name>
            <occupancy>2</occupancy>
            <price business_model="commission_rate"
             date="2026-04-03"
             genius_rate="no"
             property_business_model_id="14737251"
             rate_id="58265752"
             rewritten_from_id="0"
             rewritten_from_name="">4</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>16.50</total>
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="no"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="no"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>4</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172392324</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>4</totalprice>
        </room>
        <room>
            <arrival_date>2026-04-03</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:30:09+00:00"
                        policy_code="1">
                    <amount_percent amount="11.5"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-04</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS persona Mixed rates</guest_name>
            <id>1492977601</id>
            <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>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Single Room</name>
            <occupancy>1</occupancy>
            <price business_model="net_rate"
             date="2026-04-03"
             genius_rate="no"
             property_business_model_id="15077275"
             rate_id="61525167"
             rewritten_from_id="0"
             rewritten_from_name="">5</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="no"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="no"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>5</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172392325</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>5</totalprice>
        </room>
        <status>new</status>
        <time>10:30:09</time>
        <totalprice>9</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YROIKDCdld/9Ur3lFeOXSZFwrBl2CUvR4mkF1nvVEV5xs0/UFNUYycnBtY94ZjPAzgWm4bGZQRkaByouDpvcCA0=] -->
```

### BXML response with both Payments Clarity Package features and Include business model enabled

| Scenario | *Include business model in Reservation*(`new_business_model_reservationsapi`) | *Payments Clarity Package* (`vcc_payment_v2`) | *Payments Clarity Package V2* (`payment_clarity_package_v2`) | reservations type | BXML response |
|  --- | --- | --- | --- | --- | --- |
| 4a | Yes | Yes | Yes | net rates model | [response example](#bxml-response-with-payments-clarity-package-v2-and-include-business-model-enabled) |
| 4b | Yes | Yes | Yes | commission rates model | [response example](#bxml-response-with-payments-clarity-package-v2-and-include-business-model-enabled) |
| 4c | Yes | Yes | Yes | mixed rates model | [response example](#bxml-response-with-payments-clarity-package-v2-and-include-business-model-enabled) |


#### Reservation using Net rate model

| `new_business_model_reservationsapi`: ON | `vcc_payment_v2`: ON | `payment_clarity_package_v2`: ON |
|  --- | --- | --- |


Note that for the scenario where `vcc_payment_v2` was enabled, the `include_price_details` feature was also enabled.

#### Changes to note

Compared to Scenario 3a–3c (Payments Clarity Package and Include business model enabled):

- In `<price_details>` `<hotel>`: `<extracomponent>` `included` values change from `"no"` to `"yes"` or `"yes"` to `"no"`; `<net_price>` **added**; `<total>` increases to reflect tax-inclusive amount
- `<guest>` section unchanged (no `<total>` for net rate)
- VCC fields on `<customer>` and `<commissionamount>` handling unchanged
- `<net_price>` is returned at the **room-reservation level**, inside `<price_details>`



```xml
<reservations>
    <reservation>
        <booked_at>2026-03-30T07:39:28+00:00</booked_at>
        <currencycode>USD</currencycode>
        <customer>
            <cc_activation_date>2026-04-01</cc_activation_date>
            <cc_current_balance>15.19</cc_current_balance>
            <cc_cvc>356</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <currencycode>EUR</currencycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qperso.306337@guest.booking.com</email>
            <first_name>QS</first_name>
            <last_name>Persona</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-01.
</remarks>
            <telephone>+31643746246</telephone>
            <vcc_expiration_date>2027-04-01</vcc_expiration_date>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>5437845566</id>
        <modified_at>2026-03-30T07:39:39+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="15.19"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-04-01</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T07:39:28+00:00"
                        policy_code="1">
                    <amount_percent amount="11.5"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-02</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS Persona</guest_name>
            <id>1492977601</id>
            <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>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Single Room</name>
            <occupancy>1</occupancy>
            <price business_model="net_rate"
             date="2026-04-01"
             genius_rate="no"
             property_business_model_id="15077275"
             rate_id="61525167"
             rewritten_from_id="0"
             rewritten_from_name="">5</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <net_price>5</net_price>
                    <total>17.50</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172319663</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>5</totalprice>
        </room>
        <status>new</status>
        <time>09:39:28</time>
        <totalprice>5</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YaZ6/Vt+9xGblZ3Hn6DHomxrR/gyT8bMuxAfIduUL45fUVAhxm+IA6bUL+WcB1ucO15IEytDGgrjl3TNlZRuEK4=] -->
```

#### Reservation using Commission rate model

| `new_business_model_reservationsapi`: ON | `vcc_payment_v2`: ON | `payment_clarity_package_v2`: ON |
|  --- | --- | --- |


Note that for the scenario where `vcc_payment_v2` was enabled, the `include_price_details` feature was also enabled.

#### Changes to note

Compared to Scenario 3a–3c (Payments Clarity Package and Include business model enabled):

- In `<price_details>` `<hotel>`: `<extracomponent>` `included` values change from `"no"` to `"yes"`; `<net_price>` **added**; `<total>` increases
- `<guest>` `<total>` **retained** (commission rate keeps guest total)
- `<commissionamount>` retained; all Scenario 3 changes remain
- Note: `<net_price>` is returned for commission rate reservations as well when all feature flags are enabled



```xml
<reservations>
    <reservation>
        <booked_at>2026-03-30T08:21:07+00:00</booked_at>
        <commissionamount>0</commissionamount>
        <currencycode>USD</currencycode>
        <customer>
            <cc_activation_date>2026-03-31</cc_activation_date>
            <cc_current_balance>14.32</cc_current_balance>
            <cc_cvc>821</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <currencycode>EUR</currencycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qperso.645357@guest.booking.com</email>
            <first_name>QS</first_name>
            <last_name>Persona</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-03-31.
</remarks>
            <telephone>+31643746246</telephone>
            <vcc_expiration_date>2027-04-01</vcc_expiration_date>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>5437891348</id>
        <modified_at>2026-03-30T08:21:15+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="14.32"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-03-31</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:21:07+00:00"
                        policy_code="1">
                    <amount_percent amount="10"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-01</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="2"
                     type="adult" />
            </guest_counts>
            <guest_name>QS Persona</guest_name>
            <id>1492977602</id>
            <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>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Double Room</name>
            <occupancy>2</occupancy>
            <price business_model="commission_rate"
             date="2026-03-31"
             genius_rate="no"
             property_business_model_id="14737251"
             rate_id="58265752"
             rewritten_from_id="0"
             rewritten_from_name="">4</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>16.50</total>
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <net_price>4</net_price>
                    <total>16.50</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172378507</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>4</totalprice>
        </room>
        <status>new</status>
        <time>10:21:07</time>
        <totalprice>4</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9Yb5LDung52LnoWzVJBAIK4vzvJpDD/p4mCthHuRg0CvA80fHffNfz/R3sdS+E0ezm79UtrmMNOonydaaFoD3yVM=] -->
```

#### Reservation using Mixed rates model

| `new_business_model_reservationsapi`: ON | `vcc_payment_v2`: ON | `payment_clarity_package_v2`: ON |
|  --- | --- | --- |


Note that for the scenario where `vcc_payment_v2` was enabled, the `include_price_details` feature was also enabled.

#### Changes to note

Compared to Scenario 3a–3c (Payments Clarity Package and Include business model enabled):

- Both rooms: `<hotel>` `<extracomponent>` `included` changes from `"no"` to `"yes"`; `<net_price>` **added** in `<hotel>`; `<hotel>` `<total>` increases to tax-inclusive amount
- Commission rate room: `<guest>` `<total>` **retained**; net rate room: `<guest>` still has **no `<total>`**
- All Scenario 3 mixed changes remain (VCC fields, per-room `business_model` attributes, commission handling)



```xml
<reservations>
    <reservation>
        <booked_at>2026-03-30T08:30:09+00:00</booked_at>
        <currencycode>USD</currencycode>
        <customer>
            <cc_activation_date>2026-04-03</cc_activation_date>
            <cc_current_balance>29.51</cc_current_balance>
            <cc_cvc>926</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <currencycode>EUR</currencycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qrates.631741@guest.booking.com</email>
            <first_name>QS persona</first_name>
            <last_name>Mixed rates</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-03.
</remarks>
            <telephone>+31643746246</telephone>
            <vcc_expiration_date>2027-04-01</vcc_expiration_date>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>6052529333</id>
        <modified_at>2026-03-30T08:30:22+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="29.51"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-04-03</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:30:09+00:00"
                        policy_code="1">
                    <amount_percent amount="10"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-04</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS persona Mixed rates</guest_name>
            <id>1492977602</id>
            <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>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Double Room</name>
            <occupancy>2</occupancy>
            <price business_model="commission_rate"
             date="2026-04-03"
             genius_rate="no"
             property_business_model_id="14737251"
             rate_id="58265752"
             rewritten_from_id="0"
             rewritten_from_name="">4</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>16.50</total>
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <net_price>4</net_price>
                    <total>16.50</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172392324</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>4</totalprice>
        </room>
        <room>
            <arrival_date>2026-04-03</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:30:09+00:00"
                        policy_code="1">
                    <amount_percent amount="11.5"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-04</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS persona Mixed rates</guest_name>
            <id>1492977601</id>
            <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>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Single Room</name>
            <occupancy>1</occupancy>
            <price business_model="net_rate"
             date="2026-04-03"
             genius_rate="no"
             property_business_model_id="15077275"
             rate_id="61525167"
             rewritten_from_id="0"
             rewritten_from_name="">5</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <net_price>5</net_price>
                    <total>17.50</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172392325</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>5</totalprice>
        </room>
        <status>new</status>
        <time>10:30:09</time>
        <totalprice>9</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YeiVN8OGqNb37lXOCbm4HWP7L0e1k1KsEhf2DJqFSn61sPnRuN/9waUnfZldDgUy/7N9umzPTFuX98UEKGxifmU=] -->
```