Skip to main content

CancelationScheduleItemType

Defines the type of a cancelation schedule item.

enum CancelationScheduleItemType {
AMOUNT
NUMBER_OF_NIGHTS
PERCENTAGE
}

Values

CancelationScheduleItemType.AMOUNT

An amount cancelation schedule item type.

CancelationScheduleItemType.NUMBER_OF_NIGHTS

A number of nights cancelation schedule item type. Used by hotel bookings only.

CancelationScheduleItemType.PERCENTAGE

A percentage of the total amount cancelation schedule item type.

Member Of

CancelationScheduleItem object