Uses of Enum Class
travel.wink.sdk.extranet.booking.model.PropertyBookingRefundRequestSupplier.CancelOnRefundEnum
Packages that use PropertyBookingRefundRequestSupplier.CancelOnRefundEnum
-
Uses of PropertyBookingRefundRequestSupplier.CancelOnRefundEnum in travel.wink.sdk.extranet.booking.model
Subclasses with type arguments of type PropertyBookingRefundRequestSupplier.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 PropertyBookingRefundRequestSupplier.CancelOnRefundEnumModifier and TypeMethodDescriptionPropertyBookingRefundRequestSupplier.getCancelOnRefund()Whether to cancel the booking alongside requesting a refund.Returns the enum constant of this class with the specified name.PropertyBookingRefundRequestSupplier.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 PropertyBookingRefundRequestSupplier.CancelOnRefundEnumModifier and TypeMethodDescriptionPropertyBookingRefundRequestSupplier.cancelOnRefund(PropertyBookingRefundRequestSupplier.CancelOnRefundEnum cancelOnRefund) voidPropertyBookingRefundRequestSupplier.setCancelOnRefund(PropertyBookingRefundRequestSupplier.CancelOnRefundEnum cancelOnRefund)