Uses of Enum Class
travel.wink.sdk.extranet.booking.model.RefundSupplierDetails.CancelOnRefundEnum
Packages that use RefundSupplierDetails.CancelOnRefundEnum
-
Uses of RefundSupplierDetails.CancelOnRefundEnum in travel.wink.sdk.extranet.booking.model
Subclasses with type arguments of type RefundSupplierDetails.CancelOnRefundEnum in travel.wink.sdk.extranet.booking.modelModifier and TypeClassDescriptionstatic enumWhether to cancel the booking alongside requesting a refund.Methods in travel.wink.sdk.extranet.booking.model that return RefundSupplierDetails.CancelOnRefundEnumModifier and TypeMethodDescriptionRefundSupplierDetails.getCancelOnRefund()Whether to cancel the booking alongside requesting a refund.Returns the enum constant of this class with the specified name.RefundSupplierDetails.CancelOnRefundEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.extranet.booking.model with parameters of type RefundSupplierDetails.CancelOnRefundEnumModifier and TypeMethodDescriptionRefundSupplierDetails.cancelOnRefund(RefundSupplierDetails.CancelOnRefundEnum cancelOnRefund) voidRefundSupplierDetails.setCancelOnRefund(RefundSupplierDetails.CancelOnRefundEnum cancelOnRefund)