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-02-20 UTC.
[null,null,["Last updated 2024-02-20 UTC."],[[["This enum defines different price buckets for hotels, indicating how a partner's price compares to competitors."],["Buckets range from uniquely lowest to not lowest, including cases where the price is tied or the partner is the only one shown."],["`UNSPECIFIED` and `UNKNOWN` values are reserved for cases where the price bucket is not or cannot be determined."]]],[]]