Uses of Enum Class
travel.wink.sdk.travel.agent.model.CancellationPolicyAgent.NonRefundableCancellationChargeEnum
Packages that use CancellationPolicyAgent.NonRefundableCancellationChargeEnum
-
Uses of CancellationPolicyAgent.NonRefundableCancellationChargeEnum in travel.wink.sdk.travel.agent.model
Methods in travel.wink.sdk.travel.agent.model that return CancellationPolicyAgent.NonRefundableCancellationChargeEnumModifier and TypeMethodDescriptionCancellationPolicyAgent.getNonRefundableCancellationCharge()When the cancellation policy is non-refundable, this flag can be set and indicates there is more rules involved to calculate what the guest will owe in case of a cancellation.Returns the enum constant of this class with the specified name.CancellationPolicyAgent.NonRefundableCancellationChargeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.travel.agent.model with parameters of type CancellationPolicyAgent.NonRefundableCancellationChargeEnumModifier and TypeMethodDescriptionCancellationPolicyAgent.nonRefundableCancellationCharge(CancellationPolicyAgent.NonRefundableCancellationChargeEnum nonRefundableCancellationCharge) voidCancellationPolicyAgent.setNonRefundableCancellationCharge(CancellationPolicyAgent.NonRefundableCancellationChargeEnum nonRefundableCancellationCharge)