This topic describes changes to B.XML reservation responses when the Include business model in Reservation feature is enabled. For information on managing business models, see Managing business models.
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
Thebusiness_modelandproperty_business_model_idattributes are added to the<price>element for each room. This identifies the property and the business model type (net_rateorcommission_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.
| 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.
The following examples show progressive changes across feature flag combinations for net rate, commission rate, and mixed rate reservations.
- Scenario 1: All features disabled
- Scenario 2: Payments Clarity Package enabled (without Include business model)
- Scenario 3: Include business model enabled only
- Scenario 4: Include business model and Payments Clarity Package enabled
- Scenario 5: All three features enabled
Each scenario includes examples for:
- Net rate model
- Commission rate model
- Mixed rates model (both business models in one reservation)
| 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 |
| 1b | No | No | No | commission rates model | response example |
| 1c | No | No | No | mixed rates model | response example |
Scenario 1a: Reservation using Net rate model
new_business_model_reservationsapi: OFF | vcc_payment_v2: OFF | payment_clarity_package_v2: OFF |
|---|
<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=] -->Scenario 1b: Reservation using Commission rate model
new_business_model_reservationsapi: OFF | vcc_payment_v2: OFF | payment_clarity_package_v2: OFF |
|---|
<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=] -->Scenario 1c: Reservation using Mixed rates model
new_business_model_reservationsapi: OFF | vcc_payment_v2: OFF | payment_clarity_package_v2: OFF |
|---|
<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=] -->| 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 | No | Yes | Yes | net rates model | response example |
| 2b | No | Yes | Yes | commission rates model | response example |
| 2c | No | Yes | Yes | mixed rates model | response example |
Scenario 2a: 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.
<price_details>added inside<room>with<guest>and<hotel>sections containing tax breakdowns<customer>gains VCC fields:<cc_activation_date>,<cc_current_balance>,<currencycode>,<vcc_expiration_date><guest>omits<total>for net rate rooms
<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>Scenario 2b: 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.
<price_details>added inside<room>with<guest>and<hotel>sections containing tax breakdowns<customer>gains VCC fields:<cc_activation_date>,<cc_current_balance>,<currencycode>,<vcc_expiration_date><guest>includes<total>for commission rate rooms
<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>Scenario 2c: 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.
<price_details>added inside each<room>with<guest>and<hotel>sections containing tax breakdowns<customer>gains VCC fields:<cc_activation_date>,<cc_current_balance>,<currencycode>,<vcc_expiration_date>- Net rate room:
<guest>omits<total> - Commission rate room:
<guest>includes<total>
<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>| 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 | No | No | net rates model | response example |
| 3b | Yes | No | No | commission rates model | response example |
| 3c | Yes | No | No | mixed rates model | response example |
Scenario 3a: Reservation using Net rate model
new_business_model_reservationsapi: ON | vcc_payment_v2: OFF | payment_clarity_package_v2: OFF |
|---|
<commissionamount>removed from both reservation and room level<price>tag gainsbusiness_model="net_rate"andproperty_business_model_id="15077275"attributes
<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=] -->Scenario 3b: Reservation using Commission rate model
new_business_model_reservationsapi: ON | vcc_payment_v2: OFF | payment_clarity_package_v2: OFF |
|---|
<price>gainsbusiness_model="commission_rate"andproperty_business_model_id="14737251"attributes<commissionamount>retained at both reservation and room level
<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=] -->Scenario 3c: Reservation using Mixed rates model
new_business_model_reservationsapi: ON | vcc_payment_v2: OFF | payment_clarity_package_v2: OFF |
|---|
Net rate room:
<commissionamount>removed from room level<price>gainsbusiness_model="net_rate"andproperty_business_model_id="15077275"
Commission rate room:
<price>gainsbusiness_model="commission_rate"andproperty_business_model_id="14737251"<commissionamount>retained
Reservation level:
<commissionamount>removed (net_rate behavior takes precedence)
<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=] -->| 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 | No | net rates model | response example |
| 4b | Yes | Yes | No | commission rates model | response example |
| 4c | Yes | Yes | No | mixed rates model | response example |
Scenario 4a: 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.
<commissionamount>removed from both reservation and room level<price>gainsbusiness_model="net_rate"andproperty_business_model_idattributes<price_details>added with<guest>and<hotel>sections<customer>gains VCC fields:<cc_activation_date>,<cc_current_balance>,<currencycode>,<vcc_expiration_date><guest>omits<total>for net rate rooms
<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=] -->Scenario 4b: 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.
<price>gainsbusiness_model="commission_rate"andproperty_business_model_idattributes<commissionamount>retained at both reservation and room level<price_details>added with<guest>and<hotel>sections<customer>gains VCC fields:<cc_activation_date>,<cc_current_balance>,<currencycode>,<vcc_expiration_date><guest>includes<total>for commission rate rooms
<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=] -->Scenario 4c: 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.
Net rate room:
<commissionamount>removed<price>gainsbusiness_model="net_rate"<guest>omits<total>
Commission rate room:
<commissionamount>retained<price>gainsbusiness_model="commission_rate"<guest>includes<total>
Both rooms:
<price_details>added with<guest>and<hotel>sections<customer>gains VCC fields:<cc_activation_date>,<cc_current_balance>,<currencycode>,<vcc_expiration_date>
<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=] -->| 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 | Yes | Yes | Yes | net rates model | response example |
| 5b | Yes | Yes | Yes | commission rates model | response example |
| 5c | Yes | Yes | Yes | mixed rates model | response example |
Scenario 5a: 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.
<commissionamount>removed from both reservation and room level<price>gainsbusiness_model="net_rate"andproperty_business_model_idattributes<price_details>added at room level:<hotel>:<net_price>,<extracomponent>entries, and<total><guest>:<extracomponent>entries only — no<total>for net rate rooms
<customer>gains VCC fields:<cc_activation_date>,<cc_current_balance>,<currencycode>,<vcc_expiration_date>
<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=] -->Scenario 5b: 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.
<price>gainsbusiness_model="commission_rate"andproperty_business_model_idattributes<commissionamount>retained at both reservation and room level<price_details>added at room level:<hotel>:<net_price>,<extracomponent>entries, and<total><guest>:<extracomponent>entries and<total>— guest total is present for commission rate rooms
<customer>gains VCC fields:<cc_activation_date>,<cc_current_balance>,<currencycode>,<vcc_expiration_date>
<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=] -->Scenario 5c: 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.
Net rate room:
<commissionamount>removed<price>gainsbusiness_model="net_rate"<guest>omits<total>
Commission rate room:
<commissionamount>retained<price>gainsbusiness_model="commission_rate"<guest>includes<total>
Both rooms:
<price_details>added with<hotel>(including<net_price>) and<guest><customer>gains VCC fields:<cc_activation_date>,<cc_current_balance>,<currencycode>,<vcc_expiration_date>
<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=] -->