AI-generated Key Takeaways
-
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.
Enums | |
---|---|
|
Not specified. |
|
The value is unknown in this version. |
|
Uniquely lowest price. Partner has the lowest price, and no other partners are within a small variance of that price. |
|
Tied for lowest price. Partner is within a small variance of the lowest price. |
|
Not lowest price. Partner is not within a small variance of the lowest price. |
|
Partner was the only one shown. |