Skip to main content

PackageCancelPenalty

No description

type PackageCancelPenalty {
currency: String!
deadline: String!
startDate: String!
description: String
hoursBefore: Int!
penaltyType: PackagePenaltyType!
value: Float!
}

Fields

PackageCancelPenalty.currency ● String! non-null scalar

Currency used for penalty received in standard ISO 4217

PackageCancelPenalty.deadline ● String! non-null scalar

End date where the penalty applies

PackageCancelPenalty.startDate ● String! non-null scalar

Init date where the penalty applies

PackageCancelPenalty.description ● String scalar

Description of the penalty

PackageCancelPenalty.hoursBefore ● Int! non-null scalar

Hours before the penalty starts applying

PackageCancelPenalty.penaltyType ● PackagePenaltyType! non-null enum

Type of penalty (amount, nights...)

PackageCancelPenalty.value ● Float! non-null scalar

value of the penalty taking in account which type of penalty is

Member Of

PackageCancelPolicy object