Skip to main content

CancelPenalty

Contains information for cancellation penalities..

type CancelPenalty {
deadline: DateTime
isCalculatedDeadline: Boolean!
hoursBefore: Int!
penaltyType: CancelPenaltyType!
currency: Currency!
value: Float!
}

Fields

CancelPenalty.deadline ● DateTime scalar

Cancellation fees will be applicabled 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! non-null scalar

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