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