InventoryDerivedRoomsInput
Represents the room inheritance details for a derived rate.
input InventoryDerivedRoomsInput {
inheritAllRoomsBaseRate: Boolean!
rooms: [String]
}
Fields
InventoryDerivedRoomsInput.inheritAllRoomsBaseRate ● Boolean! non-null scalar
Indicates whether all rooms are inherited from the base rate.
InventoryDerivedRoomsInput.rooms ● [String] list scalar
Rooms associated with the rate when they are not inherited from the base rate.
Member Of
InventoryRateDerivedSetupCreateInput input ● InventoryRateDerivedSetupUpdateInput input