HotelRateType
Enum describing possible hotel rate types.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
The value is unknown in this version. |
UNAVAILABLE
|
Rate type information is unavailable. |
PUBLIC_RATE
|
Rates available to everyone. |
QUALIFIED_RATE
|
A membership program rate is available and satisfies basic requirements like having a public rate available. UI treatment will strikethrough the public rate and indicate that a discount is available to the user. For more on Qualified Rates, visit https://developers.google.com/hotels/hotel-ads/dev-guide/qualified-rates |
PRIVATE_RATE
|
Rates available to users that satisfy some eligibility criteria, for example, all signed-in users, 20% of mobile users, all mobile users in Canada, etc. |
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."],[[["This enum defines the different types of hotel rates that can be displayed."],["Rate types include public rates, rates available to qualified users with memberships, and private rates for specific user groups."],["If the rate type is unknown or unavailable, or if no rate type is specified, corresponding enum values will be used."],["Qualified rates will be displayed with a strikethrough price on the public rate to indicate potential discounts for eligible users."]]],[]]