Uses of Enum Class
travel.wink.sdk.extranet.model.RefundSupplier.CancelOnRefundEnum
Packages that use RefundSupplier.CancelOnRefundEnum
-
Uses of RefundSupplier.CancelOnRefundEnum in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return RefundSupplier.CancelOnRefundEnumModifier and TypeMethodDescription@NotNull RefundSupplier.CancelOnRefundEnumRefundSupplier.getCancelOnRefund()Whether to cancel the booking alongside requesting a refund.Returns the enum constant of this class with the specified name.static RefundSupplier.CancelOnRefundEnum[]RefundSupplier.CancelOnRefundEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.extranet.model with parameters of type RefundSupplier.CancelOnRefundEnumModifier and TypeMethodDescriptionRefundSupplier.cancelOnRefund(RefundSupplier.CancelOnRefundEnum cancelOnRefund) voidRefundSupplier.setCancelOnRefund(RefundSupplier.CancelOnRefundEnum cancelOnRefund)