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