NightsType
Nights type applicable to the offer.
enum NightsType {
FIRST
LAST
CHEAPEST
}
Values
NightsType.FIRST
Apply to the first nights.
NightsType.LAST
Apply to the last nights.
NightsType.CHEAPEST
Apply to the cheapest nights.
Member Of
InventoryOfferSetupInput
input ● InventoryOfferSetupUpdateInput
input ● OfferDto
object