Schema referenceTypesObjectsHotelAddressOn this pageHotelAddressEncapsulates information about a hotel address. type HotelAddress { city: String country: String line1: String line2: String line3: String postCode: String state: String} Fields