Skip to main content

RatePriceLoadInput

Represents a rate price load request.

input RatePriceLoadInput {
rateCode: String
currency: Currency!
applicableWeekdays: ApplicableWeekdaysInput
rooms: [String]
prices: PricesLoadInput
dateRange: DateRangeProductInput
}

Fields

RatePriceLoadInput.rateCode ● String scalar

Code associated with the rate.

RatePriceLoadInput.currency ● Currency! non-null scalar

Currency of the rate price. See Currency.

RatePriceLoadInput.applicableWeekdays ● ApplicableWeekdaysInput input

Weekdays when the rate price is applicable. See ApplicableWeekdays.

RatePriceLoadInput.rooms ● [String] list scalar

List of rooms associated with the rate price.

RatePriceLoadInput.prices ● PricesLoadInput input

Prices to be loaded. See PricesLoad.

RatePriceLoadInput.dateRange ● DateRangeProductInput input

Date range to apply

Member Of

InventoryLoadPriceRatesInput input