Amenity
An Amenity is defined as something intended to make life more pleasant or comfortable for people. Examples include: swimming pools, shopping centers, etc.
type Amenity {
code: String!
amenityCodeSupplier: String!
type: ApplicationAreaType!
value: String!
texts: String!
}
Fields
Amenity.code ● String! non-null scalar
Code
Amenity.amenityCodeSupplier ● String! non-null scalar
Code in supplier context
Amenity.type ● ApplicationAreaType! non-null enum
Indicates the type of Amenity.
Amenity.value ● String! non-null scalar
Contains the value of amenity.
Amenity.texts ● String! non-null scalar
Contains the descriptive of amenity.
Member Of
HotelOptionSearch object ● Room object ● RoomOptionQuote object