RatePriceLoad
Represents a rate price load request.
type RatePriceLoad {
rateCode: String
currency: Currency!
applicableWeekdays: ApplicableWeekdays
rooms: [String]
prices: PricesLoad
dateRange: DateRangeProduct
}
Fields
RatePriceLoad.rateCode
● String
scalar
Code associated with the rate.
RatePriceLoad.currency
● Currency!
non-null scalar
Currency of the rate price. See Currency.
RatePriceLoad.applicableWeekdays
● ApplicableWeekdays
object
Weekdays when the rate price is applicable. See ApplicableWeekdays.
RatePriceLoad.rooms
● [String]
list scalar
List of rooms associated with the rate price.
RatePriceLoad.prices
● PricesLoad
object
Prices to be loaded. See PricesLoad.
RatePriceLoad.dateRange
● DateRangeProduct
object
Date range to apply
Member Of
PriceRatesRs
object