CancelPenalty
Contains information for cancellation penalties.
type CancelPenalty {
deadline: DateTime
isCalculatedDeadline: Boolean!
hoursBefore: Int @deprecated
penaltyType: CancelPenaltyType!
currency: Currency!
value: Float!
}
Fields
CancelPenalty.deadline
● DateTime
scalar
Cancellation fees will be applicable between this date and check-in date
CancelPenalty.isCalculatedDeadline
● Boolean!
non-null scalar
Specifies if the deadline has been taken from the seller’s response (false) or has been calculated by TravelgateX (true)
CancelPenalty.hoursBefore
● Int
deprecated scalar
DEPRECATED
deprecated from 2024-10-07.
Cancellation fees applicable X number of hours before the check-in date
CancelPenalty.penaltyType
● CancelPenaltyType!
non-null enum
Type of penalty; this can be Nights, Percent or Import
CancelPenalty.currency
● Currency!
non-null scalar
Currency used in the cancellation policy
CancelPenalty.value
● Float!
non-null scalar
Value of the cancellation policy
Member Of
CancelPolicy
object