InventoryHotelMaster
The Hotel class represents a hotel entity.
type InventoryHotelMaster {
id: Int!
name: String
email: String
phones: [String]
fax: String
address: String
postalCode: String
latitude: Decimal
longitude: Decimal
externalCode: String
category: InventoryCategory
locality: InventoryLocality
hotelCode: String
contextCode: String
}
Fields
InventoryHotelMaster.id ● Int! non-null scalar
The unique identifier of the hotel.
InventoryHotelMaster.name ● String scalar
The name of the hotel.
InventoryHotelMaster.email ● String scalar
The email address of the hotel.
InventoryHotelMaster.phones ● [String] list scalar
The list of phone numbers of the hotel.
InventoryHotelMaster.fax ● String scalar
The fax number of the hotel.
InventoryHotelMaster.address ● String scalar
The physical address of the hotel.
InventoryHotelMaster.postalCode ● String scalar
The postal code of the hotel's location.
InventoryHotelMaster.latitude ● Decimal scalar
The latitude of the hotel's location.
InventoryHotelMaster.longitude ● Decimal scalar
The longitude of the hotel's location.
InventoryHotelMaster.externalCode ● String scalar
The external code of the hotel.
InventoryHotelMaster.category ● InventoryCategory object
The category of the hotel.
InventoryHotelMaster.locality ● InventoryLocality object
The locality of the hotel.
InventoryHotelMaster.hotelCode ● String scalar
The code of the hotel.
InventoryHotelMaster.contextCode ● String scalar
The context code of the hotel.
Member Of
HotelsRs object