HotelRateType

  • The document lists various enum values describing possible hotel rate types.

  • Enums include UNSPECIFIED, UNKNOWN, and UNAVAILABLE for cases where information is not present or clear.

  • PUBLIC_RATE refers to rates available to everyone.

  • QUALIFIED_RATE and PRIVATE_RATE represent discounted rates available to specific user groups or through membership programs.

  • Detailed information about QUALIFIED_RATE is available via a provided developer guide link.

Enum describing possible hotel rate types.

Proto definition

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.