Skip to main content

InventoryOfferSetupUpdateInput

Offers setup update input data

input InventoryOfferSetupUpdateInput {
nightsType: NightsType
code: String
description: String
mon: Boolean
tue: Boolean
wed: Boolean
thu: Boolean
fri: Boolean
sat: Boolean
sun: Boolean
isActive: Boolean
applyFrom: DateTime
applyTo: DateTime
numberOfNights: Int
minLos: Int
maxLos: Int
roomCodes: [String]
}

Fields

InventoryOfferSetupUpdateInput.nightsType ● NightsType enum

The type of the offer.

InventoryOfferSetupUpdateInput.code ● String scalar

The offer code.

InventoryOfferSetupUpdateInput.description ● String scalar

The description of the offer.

InventoryOfferSetupUpdateInput.mon ● Boolean scalar

Indicates whether the offer applies on Monday.

InventoryOfferSetupUpdateInput.tue ● Boolean scalar

Indicates whether the offer applies on Tuesday.

InventoryOfferSetupUpdateInput.wed ● Boolean scalar

Indicates whether the offer applies on Wednesday.

InventoryOfferSetupUpdateInput.thu ● Boolean scalar

Indicates whether the offer applies on Thursday.

InventoryOfferSetupUpdateInput.fri ● Boolean scalar

Indicates whether the offer applies on Friday.

InventoryOfferSetupUpdateInput.sat ● Boolean scalar

Indicates whether the offer applies on Saturday.

InventoryOfferSetupUpdateInput.sun ● Boolean scalar

Indicates whether the offer applies on Sunday.

InventoryOfferSetupUpdateInput.isActive ● Boolean scalar

Indicates whether the offer is active.

InventoryOfferSetupUpdateInput.applyFrom ● DateTime scalar

The start date when the offer applies.

InventoryOfferSetupUpdateInput.applyTo ● DateTime scalar

The end date when the offer applies.

InventoryOfferSetupUpdateInput.numberOfNights ● Int scalar

The number of nights for the offer.

InventoryOfferSetupUpdateInput.minLos ● Int scalar

The minimum length of stay for the offer.

InventoryOfferSetupUpdateInput.maxLos ● Int scalar

The maximum length of stay for the offer.

InventoryOfferSetupUpdateInput.roomCodes ● [String] list scalar

The room codes associated with the offer.

Member Of

InventoryOffersSetupUpdateInput input