Data Models
hotel
Hotel Details

Hotel Details

An object comprised of important details relating to the selected hotel.

Example object:

{
  name: "Roomstay Hotel Name"
  hotelID: "6f3631bc-e773-4ea0-9163-3d9965d42175",
  hotelUrl: "https://roomstay.io"
  defaultCurrency: "NZD",
  defaultLanguage: "en-US",
  address: HotelAddress Object
}

name

Registered hotel name.

Type: string

hotelID

Unique identifier for the selected hotel.

Type: UUID

hotelUrl

Home website address for the hotel.

Type: string

defaultCurrency

The default currency in use by the hotel.

Type: string

defaultLanguage

The default language in use by the hotel.

Type: string

address

The default type of date picker used when making a booking with this hotel.

Type: HotelAddress