AI-generated Key Takeaways
- 
          The document lists various enum values describing possible hotel rate types. 
- 
          Enums include UNSPECIFIED,UNKNOWN, andUNAVAILABLEfor cases where information is not present or clear.
- 
          PUBLIC_RATErefers to rates available to everyone.
- 
          QUALIFIED_RATEandPRIVATE_RATErepresent discounted rates available to specific user groups or through membership programs.
- 
          Detailed information about QUALIFIED_RATEis available via a provided developer guide link.
Enum describing possible hotel rate types.
| Enums | |
|---|---|
| 
 | Not specified. | 
| 
 | The value is unknown in this version. | 
| 
 | Rate type information is unavailable. | 
| 
 | Rates available to everyone. | 
| 
 | 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 | 
| 
 | 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. |