RateAvailLoad
Represents a rate availability.
type RateAvailLoad {
rateCode: String
rooms: [String]
restrictions: RestrictionsLoad
applicableWeekdays: ApplicableWeekdays
dateRange: DateRangeProduct
}
Fields
RateAvailLoad.rateCode
● String
scalar
Code associated with the rate.
RateAvailLoad.rooms
● [String]
list scalar
List of rooms associated with the rate.
RateAvailLoad.restrictions
● RestrictionsLoad
object
Restrictions for the rate. See RestrictionsLoad.
RateAvailLoad.applicableWeekdays
● ApplicableWeekdays
object
Weekdays when the rate is applicable. See ApplicableWeekdays.
RateAvailLoad.dateRange
● DateRangeProduct
object
Date range to apply
Member Of
AvailRatesRs
object ● AvailRetrieveRs
object