HotelPriceBucket

  • The content describes an enum for hotel price buckets.

  • The enum includes values for lowest unique, tied for lowest, not lowest, and when only one partner is shown.

  • It also includes unspecified and unknown values for the price buckets.

Enum describing possible hotel price buckets.

Proto definition

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.