BusinessRulesType
Business rules type
enum BusinessRulesType {
  CHEAPER_AMOUNT
  ROOM_TYPE
}
Values
BusinessRulesType.CHEAPER_AMOUNT
The cheapest options is returned without exceeding the optionsQuota limit.
BusinessRulesType.ROOM_TYPE
Groups the option by room type without exceeding the optionsQuota limit.
Member Of
BusinessRules  object ● BusinessRulesInput  input ● HotelXBusinessRulesInput  input