Skip to main content

InventoryRateDerivedSetupUpdateInput

Derived rate setup update input data.

input InventoryRateDerivedSetupUpdateInput {
code: String!
name: String
active: Boolean
mealPlanIncludedDetails: InventoryDerivedMealPlanIncludedInput
informBaseRate: Boolean
paymentPolicies: InventoryPaymentPoliciesDerivedInput
bookingRules: InventoryBookingRulesDerivedInput
cancelPolicies: InventoryDerivedCancelPoliciesUpdateInput
baseCode: String
roomsDetails: InventoryDerivedRoomsInput
inheritMealPlanSupplements: Boolean
}

Fields

InventoryRateDerivedSetupUpdateInput.code ● String! non-null scalar

Code associated with the derived rate.

InventoryRateDerivedSetupUpdateInput.name ● String scalar

Name of the derived rate.

InventoryRateDerivedSetupUpdateInput.active ● Boolean scalar

Indicates whether the rate is active.

InventoryRateDerivedSetupUpdateInput.mealPlanIncludedDetails ● InventoryDerivedMealPlanIncludedInput input

Meal plan inheritance details associated with the rate.

InventoryRateDerivedSetupUpdateInput.informBaseRate ● Boolean scalar

Indicates if the base rate code has to be sent to the supplier instead of the derived rate code.

InventoryRateDerivedSetupUpdateInput.paymentPolicies ● InventoryPaymentPoliciesDerivedInput input

Payment policies associated with the rate.

InventoryRateDerivedSetupUpdateInput.bookingRules ● InventoryBookingRulesDerivedInput input

Booking rules associated with the rate.

InventoryRateDerivedSetupUpdateInput.cancelPolicies ● InventoryDerivedCancelPoliciesUpdateInput input

Cancel policies associated with the rate.

InventoryRateDerivedSetupUpdateInput.baseCode ● String scalar

Base rate code associated with the rate.

InventoryRateDerivedSetupUpdateInput.roomsDetails ● InventoryDerivedRoomsInput input

Room inheritance details associated with the rate.

InventoryRateDerivedSetupUpdateInput.inheritMealPlanSupplements ● Boolean scalar

Indicates whether to inherit meal plan supplements from the base rate.

Member Of

InventoryDerivedRateSetupUpdateInput input