Uses of Enum Class
travel.wink.sdk.inventory.model.CancellationPolicyNonAuthenticatedEntity.NonRefundableAfterDeadlineCancellationChargeEnum
Packages that use CancellationPolicyNonAuthenticatedEntity.NonRefundableAfterDeadlineCancellationChargeEnum
-
Uses of CancellationPolicyNonAuthenticatedEntity.NonRefundableAfterDeadlineCancellationChargeEnum in travel.wink.sdk.inventory.model
Methods in travel.wink.sdk.inventory.model that return CancellationPolicyNonAuthenticatedEntity.NonRefundableAfterDeadlineCancellationChargeEnumModifier and TypeMethodDescriptionCancellationPolicyNonAuthenticatedEntity.NonRefundableAfterDeadlineCancellationChargeEnum.fromValue(String value) CancellationPolicyNonAuthenticatedEntity.getNonRefundableAfterDeadlineCancellationCharge()If the guest does not honor the non-refundable deadline rule, this charge dictates what she owes after the deadline passes.CancellationPolicyNonAuthenticatedEntity.NonRefundableAfterDeadlineCancellationChargeEnum.valueOf(String name) Returns the enum constant of this class with the specified name.CancellationPolicyNonAuthenticatedEntity.NonRefundableAfterDeadlineCancellationChargeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.inventory.model with parameters of type CancellationPolicyNonAuthenticatedEntity.NonRefundableAfterDeadlineCancellationChargeEnumModifier and TypeMethodDescriptionCancellationPolicyNonAuthenticatedEntity.nonRefundableAfterDeadlineCancellationCharge(CancellationPolicyNonAuthenticatedEntity.NonRefundableAfterDeadlineCancellationChargeEnum nonRefundableAfterDeadlineCancellationCharge) voidCancellationPolicyNonAuthenticatedEntity.setNonRefundableAfterDeadlineCancellationCharge(CancellationPolicyNonAuthenticatedEntity.NonRefundableAfterDeadlineCancellationChargeEnum nonRefundableAfterDeadlineCancellationCharge)