Uses of Enum Class
travel.wink.sdk.booking.model.CancellationPolicyAgent.NoShowChargeEnum
Packages that use CancellationPolicyAgent.NoShowChargeEnum
-
Uses of CancellationPolicyAgent.NoShowChargeEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return CancellationPolicyAgent.NoShowChargeEnumModifier and TypeMethodDescriptionCancellationPolicyAgent.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.CancellationPolicyAgent.NoShowChargeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.booking.model with parameters of type CancellationPolicyAgent.NoShowChargeEnumModifier and TypeMethodDescriptionCancellationPolicyAgent.noShowCharge(CancellationPolicyAgent.NoShowChargeEnum noShowCharge) voidCancellationPolicyAgent.setNoShowCharge(CancellationPolicyAgent.NoShowChargeEnum noShowCharge)