tier property
Tier.
Classification of the unit based on available features/amenities. A non-standard tier is only permitted if at least one other unit type falls under the standard tier. Possible string values are:
- "UNIT_TIER_UNSPECIFIED" : Default tier. Equivalent to STANDARD. Prefer using STANDARD directly.
- "STANDARD_UNIT" : Standard unit. The predominant and most basic guestroom type available at the hotel. All other guestroom types include the features/amenities of this room, as well as additional features/amenities.
- "DELUXE_UNIT" : Deluxe unit. A guestroom type that builds on the features of the standard guestroom by offering additional amenities and/or more space, and/or views. The room rate is higher than that of the standard room type. Also known as Superior. Only allowed if another unit type is a standard tier.
Implementation
core.String? tier;