HotelPriceBucket
Enum describing possible hotel price buckets.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
The value is unknown in this version. |
LOWEST_UNIQUE
|
Uniquely lowest price. Partner has the lowest price, and no other partners are within a small variance of that price. |
LOWEST_TIED
|
Tied for lowest price. Partner is within a small variance of the lowest price. |
NOT_LOWEST
|
Not lowest price. Partner is not within a small variance of the lowest price. |
ONLY_PARTNER_SHOWN
|
Partner was the only one shown. |
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-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["This enum defines categories for hotel pricing in relation to competitor prices."],["Categories include uniquely lowest, tied for lowest, not lowest, and only partner shown."],["`UNSPECIFIED` and `UNKNOWN` values are also included for cases where price bucket information is missing or unknown."]]],[]]