Uses of Enum Class
travel.wink.sdk.extranet.booking.model.CancellationPolicyLightweightSupplier.NoShowChargeEnum
Packages that use CancellationPolicyLightweightSupplier.NoShowChargeEnum
-
Uses of CancellationPolicyLightweightSupplier.NoShowChargeEnum in travel.wink.sdk.extranet.booking.model
Subclasses with type arguments of type CancellationPolicyLightweightSupplier.NoShowChargeEnum in travel.wink.sdk.extranet.booking.modelModifier and TypeClassDescriptionstatic enumIn case the 'Refundable cancellation charge' is set, a different no show charge can be applied.Methods in travel.wink.sdk.extranet.booking.model that return CancellationPolicyLightweightSupplier.NoShowChargeEnumModifier and TypeMethodDescriptionCancellationPolicyLightweightSupplier.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.CancellationPolicyLightweightSupplier.NoShowChargeEnum.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 CancellationPolicyLightweightSupplier.NoShowChargeEnumModifier and TypeMethodDescriptionCancellationPolicyLightweightSupplier.noShowCharge(CancellationPolicyLightweightSupplier.NoShowChargeEnum noShowCharge) voidCancellationPolicyLightweightSupplier.setNoShowCharge(CancellationPolicyLightweightSupplier.NoShowChargeEnum noShowCharge)