InventoryRateSetup
Represents the setup information for a rate.
type InventoryRateSetup {
code: String
name: String
active: Boolean!
mealPlanIncluded: Int!
baseCode: String
agePolicies: InventoryAgePolicies
paymentPolicies: InventoryPaymentPolicies
bookingRules: InventoryBookingRules
cancelPolicies: InventoryCancelPoliciesRate
surcharges: [InventorySurcharge]
rooms: [InventoryRoomSetUp]
hotelCode: String
}
Fields
InventoryRateSetup.code ● String scalar
Code associated with the rate.
InventoryRateSetup.name ● String scalar
Name of the rate.
InventoryRateSetup.active ● Boolean! non-null scalar
Indicates whether the rate is active.
InventoryRateSetup.mealPlanIncluded ● Int! non-null scalar
Indicates if the meal plan included in the rate.
InventoryRateSetup.baseCode ● String scalar
Base rate code associated with the rate.
InventoryRateSetup.agePolicies ● InventoryAgePolicies object
Age policies associated with the rate.
InventoryRateSetup.paymentPolicies ● InventoryPaymentPolicies object
Payment policies associated with the rate.
InventoryRateSetup.bookingRules ● InventoryBookingRules object
Booking rules associated with the rate.
InventoryRateSetup.cancelPolicies ● InventoryCancelPoliciesRate object
Cancel policies associated with the rate.
InventoryRateSetup.surcharges ● [InventorySurcharge] list object
Surcharges associated with the rate.
InventoryRateSetup.rooms ● [InventoryRoomSetUp] list object
Rooms associated with the rate.
InventoryRateSetup.hotelCode ● String scalar
Hotel code associated with the rate.
Member Of
RatesRs object ● RatesSetUpRs object