Uses of Enum Class
travel.wink.sdk.travel.agent.model.CancellationPolicyAgent.NonRefundableAfterDeadlineCancellationChargeEnum
Packages that use CancellationPolicyAgent.NonRefundableAfterDeadlineCancellationChargeEnum
-
Uses of CancellationPolicyAgent.NonRefundableAfterDeadlineCancellationChargeEnum in travel.wink.sdk.travel.agent.model
Methods in travel.wink.sdk.travel.agent.model that return CancellationPolicyAgent.NonRefundableAfterDeadlineCancellationChargeEnumModifier and TypeMethodDescriptionCancellationPolicyAgent.getNonRefundableAfterDeadlineCancellationCharge()If the guest does not honor the non-refundable deadline rule, this charge dictates what she owes after the deadline passes.Returns the enum constant of this class with the specified name.CancellationPolicyAgent.NonRefundableAfterDeadlineCancellationChargeEnum.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.NonRefundableAfterDeadlineCancellationChargeEnumModifier and TypeMethodDescriptionCancellationPolicyAgent.nonRefundableAfterDeadlineCancellationCharge(CancellationPolicyAgent.NonRefundableAfterDeadlineCancellationChargeEnum nonRefundableAfterDeadlineCancellationCharge) voidCancellationPolicyAgent.setNonRefundableAfterDeadlineCancellationCharge(CancellationPolicyAgent.NonRefundableAfterDeadlineCancellationChargeEnum nonRefundableAfterDeadlineCancellationCharge)