Skip to main content

InventoryRateDerivedSetupCreateInput

Derived rate setup input data.

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

Fields

InventoryRateDerivedSetupCreateInput.code ● String! non-null scalar

Code associated with the rate.

InventoryRateDerivedSetupCreateInput.name ● String! non-null scalar

Name of the rate.

InventoryRateDerivedSetupCreateInput.active ● Boolean! non-null scalar

Indicates whether the rate is active.

InventoryRateDerivedSetupCreateInput.mealPlanIncludedDetails ● InventoryDerivedMealPlanIncludedInput! non-null input

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

InventoryRateDerivedSetupCreateInput.informBaseRate ● Boolean! non-null scalar

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

InventoryRateDerivedSetupCreateInput.paymentPolicies ● InventoryPaymentPoliciesDerivedInput! non-null input

Payment policies associated with the rate.

InventoryRateDerivedSetupCreateInput.bookingRules ● InventoryBookingRulesDerivedInput input

Booking rules associated with the rate.

InventoryRateDerivedSetupCreateInput.cancelPolicies ● InventoryDerivedCancelPoliciesCreateInput! non-null input

Cancel policies associated with the rate.

InventoryRateDerivedSetupCreateInput.baseCode ● String scalar

Base rate code associated with the rate.

InventoryRateDerivedSetupCreateInput.roomsDetails ● InventoryDerivedRoomsInput! non-null input

Room inheritance details associated with the rate.

InventoryRateDerivedSetupCreateInput.inheritMealPlanSupplements ● Boolean! non-null scalar

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

Member Of

InventoryDerivedRateSetupCreateInput input