HotelReconciliationStatus
Stay organized with collections
Save and categorize content based on your preferences.
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-02-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-20 UTC."],[[["Hotel booking reconciliation focuses on managing the financial status of bookings after check-out or when booked dates have passed."],["Bookings are categorized into various states like `RESERVATION_ENABLED`, `RECONCILIATION_NEEDED`, `RECONCILED`, and `CANCELED` for tracking and billing purposes."],["Unreconciled bookings are billed based on the original booking price after 45 days of the check-out date, emphasizing the importance of timely reconciliation."],["Both reconciled and canceled bookings with a value greater than zero (e.g., due to minimum stay rules or cancellation fees) are billed 45 days after the check-out date."]]],[]]