CancellationFeeResponse
No description
type CancellationFeeResponse {
tripProductId: String
cancellationFees: [CancellationFee!]!
notificationMessage: String
}
Fields
CancellationFeeResponse.tripProductId
● String
scalar
CancellationFeeResponse.cancellationFees
● [CancellationFee!]!
non-null object
CancellationFeeResponse.notificationMessage
● String
scalar
Member Of
HotelQueries
object