HotelOptionRate
RateRules contains all the rules that will be applied to book the option.
type HotelOptionRate {
  code: String
  supplierCode: String
  description: String
  restrictions: [HotelOptionRateRestriction!]
}
Fields
HotelOptionRate.code ● String scalar
It identifies the rate in the request's context, if mapped; otherwise, it is equal to the supplierCode.
HotelOptionRate.supplierCode ● String scalar
Rate code in supplier context.
HotelOptionRate.description ● String scalar
Rate description.
HotelOptionRate.restrictions ● [HotelOptionRateRestriction!] list object
Restrictions applied to the rate.
Member Of
HotelOptionRateRule  object