CancelPenaltyType
Options type
enum CancelPenaltyType {
NIGHTS
PERCENT
IMPORT
}
Values
CancelPenaltyType.NIGHTS
Indicates the number of nights to be penalized.
CancelPenaltyType.PERCENT
Indicates the percentage to pay based on the option price.
CancelPenaltyType.IMPORT
Indicates the exact amount payable.
Member Of
CancelPenalty
object ● CancelPenaltyInput
input