Skip to main content

ReconHotel

Hotel information

type ReconHotel {
codeSeller: String!
codeBuyer: String
name: String!
address: String!
country: String!
coordinates: ReconCoordinates
}

Fields

ReconHotel.codeSeller ● String! non-null scalar

Unique code from the seller

ReconHotel.codeBuyer ● String scalar

Unique code from the buyer

ReconHotel.name ● String! non-null scalar

ReconHotel.address ● String! non-null scalar

ReconHotel.country ● String! non-null scalar

ISO 3166-1 alpha-2 code

ReconHotel.coordinates ● ReconCoordinates object

Member Of

ReconBooking object