CancellationFee
No description
type CancellationFee {
isRefundable: Boolean!
fee: BigDecimal!
currency: String!
fromDate: LocalDate!
toDate: LocalDate!
}
Fields
CancellationFee.isRefundable ● Boolean! non-null scalar
CancellationFee.fee ● BigDecimal! non-null scalar
CancellationFee.currency ● String! non-null scalar
CancellationFee.fromDate ● LocalDate! non-null scalar
CancellationFee.toDate ● LocalDate! non-null scalar
Member Of
CancellationFeeResponse object ● Policy object