Uses of Enum Class
travel.wink.affiliate.model.CancellationPolicy.NoShowChargeEnum
Packages that use CancellationPolicy.NoShowChargeEnum
-
Uses of CancellationPolicy.NoShowChargeEnum in travel.wink.affiliate.model
Methods in travel.wink.affiliate.model that return CancellationPolicy.NoShowChargeEnumModifier and TypeMethodDescriptionCancellationPolicy.getNoShowCharge()In case the 'Refundable cancellation charge' is set, a different no show charge can be applied.Returns the enum constant of this class with the specified name.static CancellationPolicy.NoShowChargeEnum[]CancellationPolicy.NoShowChargeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.affiliate.model with parameters of type CancellationPolicy.NoShowChargeEnumModifier and TypeMethodDescriptionCancellationPolicy.noShowCharge(CancellationPolicy.NoShowChargeEnum noShowCharge) voidCancellationPolicy.setNoShowCharge(CancellationPolicy.NoShowChargeEnum noShowCharge)