Skip to main content

AggregationOption

Results from Avail Hotel; contains all the available options for a given date and itinerary

type AggregationOption {
hotelCode: String!
boardCode: String!
price: Float!
accessCode: String!
roomCodes: [String!]!
rateRules: [RateRulesType!]
}

Fields

AggregationOption.hotelCode ● String! non-null scalar

Code of the hotel in the context selected.

AggregationOption.boardCode ● String! non-null scalar

Code of the board in the context selected.

AggregationOption.price ● Float! non-null scalar

Specifies the Net prices of the option.

AggregationOption.accessCode ● String! non-null scalar

Access code of this option.

AggregationOption.roomCodes ● [String!]! non-null scalar

Indicates the room codes of the option.

AggregationOption.rateRules ● [RateRulesType!] list enum

Specifies rate rules of the option.

Member Of

AggregationGroup object