AccommodationDiscountType
Defines the type of discount for an accommodation discount code.
enum AccommodationDiscountType {
PERCENTAGE_OFF_FEE
SET_AMOUNT_OFF_FEE
SET_AMOUNT_OFF_PER_NIGHT
SET_AMOUNT_OFF_PER_ROOM
}
Values
AccommodationDiscountType.PERCENTAGE_OFF_FEE
The discount code gives access to a percentage of the standard fee being taken off.
AccommodationDiscountType.SET_AMOUNT_OFF_FEE
The discount code gives access to a set amount taken off the standard fee.
AccommodationDiscountType.SET_AMOUNT_OFF_PER_NIGHT
The discount code gives access to a set amount taken off per night.
AccommodationDiscountType.SET_AMOUNT_OFF_PER_ROOM
The discount code gives access to a set amount taken off per room.
Member Of
AccommodationDiscountCode object ● CreateAccommodationDiscountCodeInput input ● UpdateAccommodationDiscountCodeInput input