FerryCancelPenalty
No description
type FerryCancelPenalty {
currency: String!
deadline: String!
description: String
hoursBefore: Int!
penaltyType: PackagePenaltyType!
value: Float!
}
Fields
FerryCancelPenalty.currency
● String!
non-null scalar
Currency used for penalty received in standard ISO 4217
FerryCancelPenalty.deadline
● String!
non-null scalar
End date where the penalty applies
FerryCancelPenalty.description
● String
scalar
Description of the penalty
FerryCancelPenalty.hoursBefore
● Int!
non-null scalar
Hours before the penalty starts applying
FerryCancelPenalty.penaltyType
● PackagePenaltyType!
non-null enum
Type of penalty (amount, nights...)
FerryCancelPenalty.value
● Float!
non-null scalar
value of the penalty taking in account which type of penalty is
Member Of
FerryCancelPolicy
object