Uses of Enum Class
travel.wink.sdk.extranet.model.PropertyBookingRefundRequestSupplier.CancelOnRefundEnum
Packages that use PropertyBookingRefundRequestSupplier.CancelOnRefundEnum
-
Uses of PropertyBookingRefundRequestSupplier.CancelOnRefundEnum in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.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.model with parameters of type PropertyBookingRefundRequestSupplier.CancelOnRefundEnumModifier and TypeMethodDescriptionPropertyBookingRefundRequestSupplier.cancelOnRefund(PropertyBookingRefundRequestSupplier.CancelOnRefundEnum cancelOnRefund) voidPropertyBookingRefundRequestSupplier.setCancelOnRefund(PropertyBookingRefundRequestSupplier.CancelOnRefundEnum cancelOnRefund)