Skip to main content

RoomTypePaymentOption

Defines values representing the payment option for a room type.

enum RoomTypePaymentOption {
FIXED_AMOUNT_DEPOSIT
FULL_PAYMENT
ONE_NIGHT_DEPOSIT
PERCENTAGE_DEPOSIT
}

Values​

RoomTypePaymentOption.FIXED_AMOUNT_DEPOSIT​

A fixed amount deposit is required for this room type.

RoomTypePaymentOption.FULL_PAYMENT​

Full payment is required for this room type.

RoomTypePaymentOption.ONE_NIGHT_DEPOSIT​

A one night deposit is required for this room type.

RoomTypePaymentOption.PERCENTAGE_DEPOSIT​

A percentage deposit is required for this room type.

Member Of​

CreateRoomTypeInput input ● RoomType object ● UpdateRoomTypeInput input