CancelPolicy
Information about a policy cancellation.
type CancelPolicy {
  refundable: Boolean!
  cancelPenalties: [CancelPenalty!]
  description: String
}
Fields
CancelPolicy.refundable ● Boolean! non-null scalar
Indicates if the option is refundable or non-refundable
CancelPolicy.cancelPenalties ● [CancelPenalty!] list object
List of cancellation penalties
CancelPolicy.description ● String scalar
Extra details and information about supplier's cancel policies to give a further insight. This information is not supported for all the suppliers.
Member Of
BookingDetail  object ● HotelBookingDetail  object ● HotelOptionQuote  object ● HotelOptionSearch  object ● Room  object ● RoomOptionQuote  object