HotelReconciliationStatus
Status of the hotel booking reconciliation.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
The value is unknown in this version. |
RESERVATION_ENABLED
|
Bookings are for a future date, or a stay is underway but the check-out date hasn't passed. An active reservation can't be reconciled. |
RECONCILIATION_NEEDED
|
Check-out has already taken place, or the booked dates have passed without cancellation. Bookings that are not reconciled within 45 days of the check-out date are billed based on the original booking price. |
RECONCILED
|
These bookings have been reconciled. Reconciled bookings are billed 45 days after the check-out date. |
CANCELED
|
This booking was marked as canceled. Canceled stays with a value greater than zero (due to minimum stay rules or cancellation fees) are billed 45 days after the check-out date. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["Hotel booking reconciliation focuses on managing the financial status of bookings after check-out or when booked dates have passed."],["Bookings can have different statuses, including `RESERVATION_ENABLED`, `RECONCILIATION_NEEDED`, `RECONCILED`, and `CANCELED`, indicating their stage in the reconciliation process."],["Unreconciled bookings are billed 45 days after check-out based on the original price, while reconciled and canceled bookings with value are also billed 45 days after check-out."],["Active reservations or stays in progress cannot be reconciled."]]],[]]